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 26284fa commit 65cc7e0Copy full SHA for 65cc7e0
.github/workflows/ci.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Run PHPStan
33
run: vendor/bin/phpstan analyse
34
35
- - name: Run PHPcs fixer dry-run
36
- run: vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --config=.php-cs-fixer.dist.php
+ #- name: Run PHPcs fixer dry-run
+ # run: vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --config=.php-cs-fixer.dist.php
37
38
- name: Run test suite
39
run: vendor/bin/phpunit --fail-on-incomplete --log-junit junit.xml --coverage-clover clover.xml
0 commit comments