Files
2021-10-09 21:59:14 -04:00

6 lines
76 B
PHP

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