You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 6
0 commit comments