We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c375d3f commit f5864bbCopy full SHA for f5864bb
.circleci/config.yml
@@ -75,6 +75,9 @@ jobs:
75
- run:
76
name: install current dependencies
77
command: composer install --no-progress
78
+ - run:
79
+ name: run php-cs-fixer
80
+ command: vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
81
82
name: run tests
83
command: vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests
0 commit comments