Skip to content

Commit

Permalink
Update .php_cs and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 20, 2017
1 parent 6ef9fbd commit cf558e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/vendor/
composer.lock
ezpublish_legacy
var
bin
config.php
.php_cs.cache
Expand Down
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ return PhpCsFixer\Config::create()
->in(__DIR__)
->exclude([
'vendor',
'ezpublish_legacy',
])
->files()->name('*.php')
)
Expand Down

0 comments on commit cf558e6

Please sign in to comment.