Skip to content

Commit dfbf452

Browse files
committed
PHPCS config: sync an exclusion
... with the same exclusion in the `.gitattributes` file.
1 parent cc9b7bb commit dfbf452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
<!-- This test file specifically *needs* Windows line endings for testing purposes. -->
152152
<rule ref="Generic.Files.LineEndings.InvalidEOLChar">
153-
<exclude-pattern>tests/Core/Tokenizers/PHP/StableCommentWhitespaceWinTest\.php</exclude-pattern>
153+
<exclude-pattern>tests/Core/Tokenizers/PHP/*WinTest\.php</exclude-pattern>
154154
</rule>
155155

156156
<!-- Avoid false positive with this sniff detecting itself -->

0 commit comments

Comments
 (0)