Change php-cs-fixer runner

This commit is contained in:
Arkadiusz Kondas 2016-12-12 18:10:58 +01:00
parent 325ee1b5b6
commit da56ce4b3a
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@
humbuglog.*
/bin/phpunit
.coverage
.php_cs.cache
.php_cs.cache

View File

@ -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/