Skip to content

Commit 339484c

Browse files
committed
Fix: Do not bother clearing cache for phpstan/phpstan
1 parent ea9bfdf commit 339484c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ security-analysis: vendor ## Runs a security analysis with composer
4242

4343
.PHONY: static-code-analysis
4444
static-code-analysis: vendor ## Runs a static code analysis with phpstan/phpstan
45-
vendor/bin/phpstan clear-result-cache --configuration=phpstan.neon
4645
vendor/bin/phpstan --configuration=phpstan.neon --memory-limit=-1
4746

4847
.PHONY: static-code-analysis-baseline
4948
static-code-analysis-baseline: vendor ## Generates a baseline for static code analysis with phpstan/phpstan
50-
vendor/bin/phpstan clear-result-cache --configuration=phpstan.neon
5149
vendor/bin/phpstan --allow-empty-baseline --configuration=phpstan.neon --generate-baseline=phpstan-baseline.neon --memory-limit=-1
5250

5351
.PHONY: tests

0 commit comments

Comments
 (0)