Skip to content

Commit

Permalink
Change php-cs-fixer runner
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Dec 12, 2016
1 parent 325ee1b commit da56ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
humbuglog.*
/bin/phpunit
.coverage
.php_cs.cache
.php_cs.cache
4 changes: 2 additions & 2 deletions tools/php-cs-fixer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Fixing src/ folder"
php-cs-fixer fix src/ --level=symfony
php-cs-fixer fix src/

echo "Fixing tests/ folder"
php-cs-fixer fix tests/ --level=symfony
php-cs-fixer fix tests/

0 comments on commit da56ce4

Please sign in to comment.