6 lines
68 B

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