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