Home
last modified time | relevance | path

Searched refs:TypeHintReference (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php14 use Prophecy\Doubler\Generator\TypeHintReference; alias
38 * @var TypeHintReference
46 public function __construct($name, $code = null, TypeHintReference $typeHintReference = null)
50 $this->typeHintReference = $typeHintReference ?: new TypeHintReference();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php23 * @var TypeHintReference
27 public function __construct(TypeHintReference $typeHintReference = null)
29 $this->typeHintReference = $typeHintReference ?: new TypeHintReference();
H A DTypeHintReference.php9 final class TypeHintReference class