Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 697 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 697 Bytes

PHPDoc Parser

PHPDoc parser with support for nullable, intersection and generic types.

Grammar

The railway diagram do not include whitespaces. For full grammar see the doc/grammars directory.

Type Grammar

Type

Type diagram

Union

Union diagram

Intersection

Intersection diagram

Nullable

Nullable diagram

Atomic

Atomic diagram

Generic

Generic diagram

Array

Array diagram

TIdentifier

TIdentifier diagram