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 52f65ca commit acb6fc5Copy full SHA for acb6fc5
phpcs.xml.dist
@@ -75,7 +75,8 @@
75
<rule ref="PSR12.Operators.OperatorSpacing"/>
76
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>
77
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
78
- <!-- Files involved in the requirements check should stay compatible with PHP 5.3. -->
+ <!-- Files involved in the requirements check should stay compatible with PHP 5.3.
79
+ cspell:ignore phpc -->
80
<exclude-pattern>bin/phpc(s|bf)$</exclude-pattern>
81
<exclude-pattern>requirements\.php$</exclude-pattern>
82
</rule>
0 commit comments