Skip to content

Commit

Permalink
Do not run php-cs-fixer on build/
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 3, 2019
1 parent 2cfde30 commit c3e529e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ return PhpCsFixer\Config::create()
->setFinder(
PhpCsFixer\Finder::create()
->files()
->in(__DIR__ . '/build')
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
->notName('*.phpt')
Expand Down

0 comments on commit c3e529e

Please sign in to comment.