5 lines
76 B

<?php
interface AnotherInterface
{
public function doSomethingElse();
}