Skip to content

Commit

Permalink
Don't run php-cs-fixer in the test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 27, 2017
1 parent 66790a8 commit 9639571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->exclude([
'vendor',
'tests/Commands/__snapshots__',
])
;

Expand Down

0 comments on commit 9639571

Please sign in to comment.