We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116926d commit 4d87f5eCopy full SHA for 4d87f5e
php.el
@@ -187,10 +187,11 @@ which will be the name of the method."
187
(* (or "abstract" "final" "static")
188
(+ (syntax whitespace))))
189
'((* (* (or "abstract" "final" "static"
190
- "private" "protected" "public"))
191
- (+ (syntax whitespace)))))
+ "private" "protected" "public")
+ (+ (syntax whitespace))))))
192
"function"
193
(+ (syntax whitespace))
194
+ (? "&" (* (syntax whitespace)))
195
(group (+ (or (syntax word) (syntax symbol))))
196
(* (syntax whitespace))
197
"(")))
0 commit comments