File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1556,13 +1556,13 @@ a completion list."
1556
1556
(" \\ (abstract\\ |final\\ )[[:space:]]\\ (?:class\\ )" (1 'php-class-modifiers ))
1557
1557
1558
1558
; ; Method modifiers (abstract, final)
1559
- (" \\ (abstract\\ |final\\ )[[:space:]]\\ (?:static\\ |public\\ |private\\ |protected\\ )" (1 'php-method-modifiers ))
1559
+ (" \\ (abstract\\ |final\\ )[[:space:]]\\ (?:static\\ |public\\ |private\\ |protected\\ |function \\ )" (1 'php-method-modifiers ))
1560
1560
1561
- ; ; Method access protection
1562
- (" \\ (private\\ |protected\\ |public\\ )[[:space:]]\\ (?:static\\ |function\\ )" (1 'php-method-access ))
1561
+ ; ; Method access protection (public, protected, private)
1562
+ (" \\ (private\\ |protected\\ |public\\ )[[:space:]]\\ (?:static\\ |function\\ |abstract| \\ final \\ )" (1 'php-method-access ))
1563
1563
1564
1564
; ; Method static modifier
1565
- (" \\ (static\\ )[[:space:]]\\ (?:public\\ |protected\\ |private\\ |function\\ )" (1 'php-method-static ))
1565
+ (" \\ (static\\ )[[:space:]]\\ (?:public\\ |protected\\ |private\\ |function\\ |abstract \\ |final \\ )" (1 'php-method-static ))
1566
1566
1567
1567
; ; Property access protection
1568
1568
; ("\\ (private\\ |protected\\ |public\\ )\\ (?:[[:space:]]const[[:space:]][[:word:]]\\ |[[:space:]]\$[[:word:]]\\ )" (1 'php-property-access))
You can’t perform that action at this time.
0 commit comments