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 a792c9f commit fca7b54Copy full SHA for fca7b54
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
run: php vendor/bin/phpstan
52
53
- name: "Run PHP_CodeSniffer"
54
- run: php vendor/bin/phpstan
+ run: php vendor/bin/phpcs
55
56
57
tests:
0 commit comments