Commit f75039a
committed
Correct file/class name relation in sniff doc
Per PR PHPCSStandards#845, the filename must be modified to match the class name,
since class names are much more restrictive than filenames and the
inverse is not always possible.
This clarifies in the example titles that the fix for the invalid code
is to modify the filename rather than the class name.1 parent 1e8f5db commit f75039a
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments