Skip to content

Commit

Permalink
create php-cs-fixer start script
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Apr 4, 2016
1 parent bd31f9a commit 8d91041
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/php-cs-fixer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
echo "Fixing src/ folder"
php-cs-fixer fix src/ --level=symfony

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

0 comments on commit 8d91041

Please sign in to comment.