Searched refs:fromPhpDoc (Results 1 – 1 of 1) sorted by relevance
134 public static function fromPhpDoc(string $type): SimpleType function in SimpleType267 public static function fromPhpDoc(string $phpDocType) { function in Type272 $simpleTypes[] = SimpleType::fromPhpDoc($type);1181 isset($docParamTypes[$varName]) ? Type::fromPhpDoc($docParamTypes[$varName]) : null,1201 $docReturnType ? Type::fromPhpDoc($docReturnType) : null
Completed in 6 milliseconds