BBnepal-Accounts/hostel/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

6 lines
76 B
PHP

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