Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DTypeHintReference.php11 public function isBuiltInParamTypeHint($type) function in Prophecy\\Doubler\\Generator\\TypeHintReference
44 return $this->isBuiltInParamTypeHint($type);
H A DClassCodeGenerator.php113 $php .= $typeHintReference->isBuiltInParamTypeHint($hint) ? $hint : '\\'.$hint;