In this case this is only for style, to have a uniform best practice across all our PHPCS rule sets.
When you exclude a whole sniff (e.g. "Vendor.Namespace.Sniff"), the sniff is not run and the test runs faster. This is not possible here, because this sniff can report two things, and only one should be disabled.
In this case this is only for style, to have a uniform best practice across all our PHPCS rule sets.
When you exclude a whole sniff (e.g. "Vendor.Namespace.Sniff"), the sniff is not run and the test runs faster. This is not possible here, because this sniff can report two things, and only one should be disabled.