Skip to main content

Module docblock

Module docblock 

Source

Structs§

DocMethod
DocProperty
DocTypeAlias
DocblockParser
ParsedDocblock

Functions§

parse_type_string
Parse a PHPDoc type expression string into a Union. Handles: string, int|null, array<string>, list<int>, ClassName, ?string (nullable), string[] (array shorthand).