Commit e95d796
Generic/AbstractClassNamePrefix: fix up incorrect code comment
This sniff only listens to `T_CLASS`. It does not listen to
`T_ANON_CLASS`. So the removed code comment is incorrect. The if
condition is still valid to bail early when live coding, but it does not
ever apply to anonymous classes.1 parent 40daeca commit e95d796
File tree
1 file changed
+1
-1
lines changed- src/Standards/Generic/Sniffs/NamingConventions
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments