mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-22 13:51:20 +01:00
Fix typo in doc/grammars
This commit is contained in:
parent
5e424af90d
commit
5968e5f71a
@ -20,7 +20,7 @@ MethodParametersInner
|
||||
= MethodParameter (',' MethodParameter)*
|
||||
|
||||
MethodParameter
|
||||
= MethodParameterType? IsReference? IsVariaric? MethodParameterName MethodParameterDefaultValue?
|
||||
= MethodParameterType? IsReference? IsVariadic? MethodParameterName MethodParameterDefaultValue?
|
||||
|
||||
MethodParameterType
|
||||
= Type
|
||||
@ -28,7 +28,7 @@ MethodParameterType
|
||||
IsReference
|
||||
= '&'
|
||||
|
||||
IsVariaric
|
||||
IsVariadic
|
||||
= '...'
|
||||
|
||||
MethodParameterName
|
||||
|
@ -7,7 +7,7 @@ AnnotationName
|
||||
IsReference
|
||||
= '&'
|
||||
|
||||
IsVariaric
|
||||
IsVariadic
|
||||
= '...'
|
||||
|
||||
ParameterName
|
||||
|
Loading…
x
Reference in New Issue
Block a user