Skip to content

Commit

Permalink
Sync with 46c9022
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2018
1 parent 46c9022 commit f85c721
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ return PhpCsFixer\Config::create()
->files()
->in(__DIR__ . '/build')
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests/Framework')
->in(__DIR__ . '/tests/Runner')
->in(__DIR__ . '/tests/Util')
->in(__DIR__ . '/tests/unit')
->name('*.php')
);

0 comments on commit f85c721

Please sign in to comment.