Skip to content

Commit

Permalink
Merge branch '10.5' into 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 15, 2024
2 parents 37bbf62 + d84eaea commit d92ac4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
->in(__DIR__ . '/tests/_files')
->in(__DIR__ . '/tests/end-to-end')
->in(__DIR__ . '/tests/unit')
// DeprecatedPhpFeatureTest.php must not use declare(strict_types=1);
->notName('DeprecatedPhpFeatureTest.php')
// don't mangle whitespaces in this test, which are required for the error reproduce
// Issue5795Test.php contains required whitespace that would be cleaned up
->notName('Issue5795Test.php')
->notName('ReadonlyClass.php')
->notName('*.phpt');

$config = new PhpCsFixer\Config;
Expand Down

0 comments on commit d92ac4f

Please sign in to comment.