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 c548eb7 commit 9c3b829Copy full SHA for 9c3b829
.github/workflows/ci.yml
@@ -40,3 +40,6 @@ jobs:
40
41
- name: Unit tests
42
run: ./vendor/bin/phpunit
43
+
44
+ - name: PHPStan
45
+ run: ./vendor/bin/phpstan analyze
0 commit comments