BBnepal-Accounts/hostel/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php

6 lines
76 B
PHP
Raw Normal View History

2024-07-10 12:43:19 +00:00
<?php
interface AnotherInterface
{
public function doSomethingElse();
}