xref
: /
plugin
/
findologicxmlexport
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
AnotherInterface.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
interface
AnotherInterface
3
{
4
public
function
doSomethingElse
();
5
}
6