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 09c5695 commit fcb353bCopy full SHA for fcb353b
.github/workflows/static-analysis.yaml
@@ -17,6 +17,8 @@ jobs:
17
script: composer validate
18
- description: Code style
19
script: vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run
20
+ - description: Rector
21
+ script: vendor/bin/rector --ansi --dry-run
22
- description: PHPStan
23
script: vendor/bin/phpstan analyze
24
- description: Psalm
0 commit comments