Skip to content

Commit acb6fc5

Browse files
committed
cspell
1 parent 52f65ca commit acb6fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
<rule ref="PSR12.Operators.OperatorSpacing"/>
7676
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>
7777
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
78-
<!-- Files involved in the requirements check should stay compatible with PHP 5.3. -->
78+
<!-- Files involved in the requirements check should stay compatible with PHP 5.3.
79+
cspell:ignore phpc -->
7980
<exclude-pattern>bin/phpc(s|bf)$</exclude-pattern>
8081
<exclude-pattern>requirements\.php$</exclude-pattern>
8182
</rule>

0 commit comments

Comments
 (0)