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 c149c9a commit af05517Copy full SHA for af05517
.github/workflows/phpstan.yml
@@ -22,5 +22,8 @@ jobs:
22
- name: Install composer dependencies
23
uses: ramsey/composer-install@v3
24
25
+ - name: Show PHPStan diagnose
26
+ run: ./vendor/bin/phpstan diagnose
27
+
28
- name: Run PHPStan
29
run: ./vendor/bin/phpstan --error-format=github
composer.json
@@ -28,6 +28,7 @@
"nunomaduro/collision": "^8.6.1",
"orchestra/testbench": "^9.11 || ^10.1",
30
"phpstan/extension-installer": "^1.4.3",
31
+ "phpstan/phpstan": "^2.1.8",
32
"phpstan/phpstan-deprecation-rules": "^2.0.1",
33
"phpstan/phpstan-phpunit": "^2.0.4",
34
"phpstan/phpstan-strict-rules": "^2.0.3",
0 commit comments