Commit c38e7e4
committed
AbstractPatternSniff::__construct(): remove the $ignoreComments property
PHPCS deprecated the `$ignoreComments` parameter of the `AbstractPatternSniff::__construct()` sniff in version 1.4.0.
> - AbstractPatternSniff now sets the ignoreComments option using a public var rather than through the constructor
> - This allows the setting to be overwritten in ruleset.xml files
> - Old method remains for backwards compatibility
Time to remove this dead code.
Related to 61 parent 89f142f commit c38e7e4
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
| |||
0 commit comments