aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/php-cs-fixer
Commit message (Collapse)AuthorAgeFilesLines
* Remove binary from repoJeremy Benoist2016-07-201-1/+0
| | | | | | | Since Composer 1.2, binaries are re-installed from vendors if there aren't found. This avoid us to commit binaries vendors into the repo. :warning: You have to update your Composer to the 1.2 (`composer selfupdate`)
* Update symlink to php-cs-fixerJeremy Benoist2016-06-201-1/+1
|
* Put more validations on travisJeremy Benoist2016-03-211-0/+1
Run php-cs-fixer to avoid CS on commits Add a check on translation message using the built-in yaml validator. It'll avoid typo in translation yaml files.