File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 18
18
(" (" )
19
19
(" $" . php-variable-sigil)
20
20
(" x" . php-variable-name)
21
- (" ) =" )
21
+ (" ) " )
22
+ (" =" . php-assignment-op)
22
23
(" >" . php-comparison-op)
23
24
(" " )
24
25
(" $" . php-variable-sigil)
38
39
(" (" )
39
40
(" $" . php-variable-sigil)
40
41
(" x" . php-variable-name)
41
- (" ) =" )
42
+ (" ) " )
43
+ (" =" . php-assignment-op)
42
44
(" >" . php-comparison-op)
43
45
(" " )
44
46
(" $" . php-variable-sigil)
63
65
(" (" )
64
66
(" $" . php-variable-sigil)
65
67
(" x" . php-variable-name)
66
- (" ) =" )
68
+ (" ) " )
69
+ (" =" . php-assignment-op)
67
70
(" >" . php-comparison-op)
68
71
(" " )
69
72
(" fn" . php-keyword)
70
73
(" (" )
71
74
(" $" . php-variable-sigil)
72
75
(" y" . php-variable-name)
73
- (" ) =" )
76
+ (" ) " )
77
+ (" =" . php-assignment-op)
74
78
(" >" . php-comparison-op)
75
79
(" " )
76
80
(" $" . php-variable-sigil)
You can’t perform that action at this time.
0 commit comments