Searched refs:tryToSimpleType (Results 1 – 1 of 1) sorted by relevance
507 public function tryToSimpleType(): ?SimpleType { function in Type2313 $simpleType = $type->tryToSimpleType();2407 $simpleType = $propertyType->tryToSimpleType();2668 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {2718 if (null !== $simpleArgType = $argType->tryToSimpleType()) {
Completed in 10 milliseconds