Home
last modified time | relevance | path

Searched refs:setTypeHint (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php66 $prophecyArgument->setTypeHint('Prophecy\Prophecy\ProphecyInterface');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php178 $node->setTypeHint($this->getTypeHint($parameter));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php47 public function setTypeHint($typeHint = null) function in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode