File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,10 @@ security-analysis: vendor ## Runs a security analysis with composer
4242
4343.PHONY : static-code-analysis
4444static-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
4948static-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
You can’t perform that action at this time.
0 commit comments