6 lines
67 B
PHP
Executable File

<?php
interface AnInterface
{
public function doSomething();
}