Searched refs:typeHintReference (Results 1 – 2 of 2) sorted by relevance
25 private $typeHintReference; variable in Prophecy\\Doubler\\Generator\\ClassCodeGenerator27 public function __construct(TypeHintReference $typeHintReference = null) argument29 $this->typeHintReference = $typeHintReference ?: new TypeHintReference();104 $typeHintReference = $this->typeHintReference;105 return array_map(function (Node\ArgumentNode $argument) use ($typeHintReference) {113 $php .= $typeHintReference->isBuiltInParamTypeHint($hint) ? $hint : '\\'.$hint;
40 private $typeHintReference; variable in Prophecy\\Doubler\\Generator\\Node\\MethodNode46 public function __construct($name, $code = null, TypeHintReference $typeHintReference = null) argument50 $this->typeHintReference = $typeHintReference ?: new TypeHintReference();135 $this->returnType = $this->typeHintReference->isBuiltInReturnTypeHint($type) ?