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 d435866 commit 88316f7Copy full SHA for 88316f7
php.el
@@ -175,6 +175,8 @@ The regular expression this function returns will check for other
175
keywords that can appear in method signatures, e.g. 'final' and
176
'static'. The regular expression will have one capture group
177
which will be the name of the method."
178
+ (when (stringp visibility)
179
+ (setq visibility (list visibility)))
180
(rx-form `(: line-start
181
(* (syntax whitespace))
182
,@(if visibility
0 commit comments