8 lines
66 B
PHP
8 lines
66 B
PHP
<?php
|
|
|
|
namespace Fixtures\Prophecy;
|
|
|
|
interface EmptyInterface
|
|
{
|
|
}
|