Files
parkir-parepare/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php
2023-07-11 17:28:33 +08:00

6 lines
67 B
PHP
Executable File

<?php
interface AnInterface
{
public function doSomething();
}