Searched refs:tryToSimpleType (Results 1 – 1 of 1) sorted by relevance
663 public function tryToSimpleType(): ?SimpleType { function in Type1618 $constType = $const->phpDocType->tryToSimpleType();1875 $this->phpDocType->tryToSimpleType(),1943 $type = $this->phpDocType->tryToSimpleType();3310 $simpleType = $type->tryToSimpleType();3454 $simpleType = $propertyType->tryToSimpleType();3809 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {3865 if (null !== $simpleArgType = $argType->tryToSimpleType()) {
Completed in 23 milliseconds