Skip to content

Commit 741f67f

Browse files
staabmsebastianbergmann
authored andcommitted
Update .php-cs-fixer.dist.php
1 parent 97f6878 commit 741f67f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
->in(__DIR__ . '/tests/end-to-end')
1616
->in(__DIR__ . '/tests/unit')
1717
->notName('DeprecatedPhpFeatureTest.php')
18+
// don't mangle whitespaces in this test, which are required for the error reproduce
19+
->notName('Issue5795Test.php')
1820
->notName('ReadonlyClass.php')
1921
->notName('*.phpt');
2022

0 commit comments

Comments
 (0)