mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
14 lines
257 B
Text
14 lines
257 B
Text
PhpDocParam
|
|
= AnnotationName Type IsVariadic? ParameterName Description?
|
|
|
|
AnnotationName
|
|
= '@param'
|
|
|
|
IsVariaric
|
|
= '...'
|
|
|
|
ParameterName
|
|
= '$' [a-zA-Z_\127-\255][a-zA-Z0-9_\127-\255]*
|
|
|
|
Description
|
|
= .+ # TODO: exclude EOL or another PhpDocTag start
|