We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9d770 commit 1abae68Copy full SHA for 1abae68
.github/workflows/static-analysis.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: "PHP-CS-Fixer"
22
run: vendor/bin/php-cs-fixer fix --dry-run
23
- name: "PSalm"
24
- run: vendor/bin/psalm --show-info=true
+ run: ./console debug:config && vendor/bin/psalm --show-info=true
0 commit comments