Files
t404null/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php
Glitch (t404null) 25e7853992 Fixed twitter link
2022-06-25 11:33:59 +00:00

6 lines
76 B
PHP

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