mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
PhpDocParam
|
|
= AnnotationName Type ParameterName Description?
|
|
|
|
AnnotationName
|
|
= '@param'
|
|
|
|
ParameterName
|
|
= '$' [a-zA-Z_\127-\255][a-zA-Z0-9_\127-\255]*
|
|
|
|
Description
|
|
= .+ # TODO: exclude EOL or another PhpDocTag start
|