2022-03-06 11:49:27 +00:00

6 lines
76 B
PHP

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