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 8548f49 commit de95209Copy full SHA for de95209
.github/workflows/ci.yaml
@@ -89,3 +89,6 @@ jobs:
89
90
- name: Run unit test suite
91
run: composer test
92
+
93
+ - name: Run PHPStan analysis
94
+ run: composer run-script phpstan
0 commit comments