update PHP-CS-Fixer to 1.0

This commit is contained in:
Dariusz Rumiński
2014-11-15 14:26:01 +01:00
parent fd8decb1ba
commit 74d5dc677c
4 changed files with 12 additions and 30 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ install:
script:
- phpunit
- if [[ `php -r "echo version_compare(PHP_VERSION, '5.3.6', '>=');"` ]]; then php php-cs-fixer.phar --dry-run -v fix .; fi
- if [[ `php -r "echo version_compare(PHP_VERSION, '5.3.6', '>=');"` ]]; then php php-cs-fixer.phar --diff --dry-run -vv fix; fi
php:
- 5.2