We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553e57d commit 5e7dc3fCopy full SHA for 5e7dc3f
phpcs.xml.dist
@@ -27,6 +27,8 @@
27
<!-- Results in false positives with comments used to denote include blocks -->
28
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountAfterControlStructure" />
29
<exclude name="Squiz.Classes.ClassFileName.NoMatch" />
30
+ <!-- Results in false positives with comments used to denote include blocks before functions -->
31
+ <exclude name="Squiz.Commenting.FunctionComment.WrongStyle" />
32
33
<!-- *********************************** -->
34
<!-- Exclude sniffs that cause BC breaks -->
0 commit comments