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 f87f66b commit 6ff3ae9Copy full SHA for 6ff3ae9
.github/workflows/lint.yml
@@ -23,3 +23,6 @@ jobs:
23
24
- name: Lint with phpcs
25
run: vendor/bin/phpcs --standard=PSR2 src/
26
+
27
+ - name: Lint with phpstan
28
+ run: vendor/bin/phpstan analyze
0 commit comments