File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class KeywordEnhancer {
8
8
'/\b(?<!`)(?:zend|php|_php)_[a-z_*]+\b(?![`.(=])\*?/i ' , // zend_foo_bar
9
9
'/\b(?<![`\/])[a-z][a-z\d_-]+(.stubs?)?\.(phpt?|c|h)(?![`.?])/ ' , // run-tests.php / foo.stub.php foo.stubs.php / test-foo-bar.phpt,
10
10
'/\b(?<!`)ext\/[a-z_]+\b(?![`\/])/ ' , // ext-names
11
- '/\b(?<!`)[A-Za-z][A-Za-z]+::(?:__)?[a-z][A-Za-z\d_]+\(\)(?![`\/-])/ ' , // Class::methods()
11
+ '/\b(?<!`)[A-Za-z][A-Za-z\d ]+::(?:__)?[a-z][A-Za-z\d_]+\(\)(?![`\/-])/ ' , // Class::methods()
12
12
'/\b(?<!`)[A-Z][A-Za-z]+::(?:__)[a-z][A-Za-z\d_]+(?![`\/-])\b(?![)(])/ ' , // Class::__magicMethods
13
13
'/\b(?<!`)[A-Z][A-Za-z]+::[A-Z_]+\b(?![`\/(])/ ' , // Class::CONSTANTS
14
14
'/\b(?<![` \\\\])[A-Z][A-Z \\\\a-z]+::[a-z][A-Za-z_\d]+\b(?![`\/(])/ ' , // Class::constants
You can’t perform that action at this time.
0 commit comments