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 1818 (" (" )
1919 (" $" . php-variable-sigil)
2020 (" x" . php-variable-name)
21- (" ) =" )
21+ (" ) " )
22+ (" =" . php-assignment-op)
2223 (" >" . php-comparison-op)
2324 (" " )
2425 (" $" . php-variable-sigil)
3839 (" (" )
3940 (" $" . php-variable-sigil)
4041 (" x" . php-variable-name)
41- (" ) =" )
42+ (" ) " )
43+ (" =" . php-assignment-op)
4244 (" >" . php-comparison-op)
4345 (" " )
4446 (" $" . php-variable-sigil)
6365 (" (" )
6466 (" $" . php-variable-sigil)
6567 (" x" . php-variable-name)
66- (" ) =" )
68+ (" ) " )
69+ (" =" . php-assignment-op)
6770 (" >" . php-comparison-op)
6871 (" " )
6972 (" fn" . php-keyword)
7073 (" (" )
7174 (" $" . php-variable-sigil)
7275 (" y" . php-variable-name)
73- (" ) =" )
76+ (" ) " )
77+ (" =" . php-assignment-op)
7478 (" >" . php-comparison-op)
7579 (" " )
7680 (" $" . php-variable-sigil)
You can’t perform that action at this time.
0 commit comments