Home
last modified time | relevance | path

Searched refs:ClassAndInterfaceTagRetriever (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php16 use Prophecy\PhpDocumentor\ClassAndInterfaceTagRetriever; alias
32 …$this->tagRetriever = null === $tagRetriever ? new ClassAndInterfaceTagRetriever() : $tagRetriever;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php22 final class ClassAndInterfaceTagRetriever implements MethodTagRetrieverInterface class