Skip to content

Commit

Permalink
cs-fix ignore *.phar files
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius73 committed Jul 10, 2015
1 parent 46fad5b commit 2f20d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $finder = Symfony\Component\Finder\Finder::create()
->in(__DIR__)
->exclude('vendor')
->notName("*.txt")
->notName("*.phar")
->ignoreDotFiles(true)
->ignoreVCS(true);

Expand Down

0 comments on commit 2f20d19

Please sign in to comment.