Commit f3553f9
committed
Generic/[Lower|Upper]CaseConstant: minor clean up
The PHP 8.0 namespaced name tokens were already added to the sniff in PR 119 (to make the merge with the old 4.0 branch easier).
This commit now removes the `T_NS_SEPARATOR` and `T_NAMESPACE` tokens which should no longer need to be taken into account what with the change in the namespaced names tokenization in PHPCS 4.0.
The change is already covered by pre-existing tests.1 parent f2fef66 commit f3553f9
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
0 commit comments