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 bb81f77 commit 2147a75Copy full SHA for 2147a75
.github/workflows/static-analysis.yml
@@ -91,7 +91,7 @@ jobs:
91
run: "composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies --ignore-platform-reqs"
92
93
- name: "PHPStan"
94
- run: "make phpstan && make phpstan-validate-stub-files"
+ run: "make phpstan"
95
96
static-analysis-with-result-cache:
97
name: "PHPStan with result cache"
Makefile
@@ -60,9 +60,6 @@ phpstan-result-cache:
60
phpstan-generate-baseline:
61
php -d memory_limit=448M bin/phpstan --generate-baseline
62
63
-phpstan-validate-stub-files:
64
- php bin/phpstan analyse -c conf/config.stubFiles.neon -l 8 tests/notAutoloaded/empty.php
65
-
66
phpstan-pro:
67
php -d memory_limit=448M bin/phpstan --pro
68
0 commit comments