We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4d6ab commit 33d6c87Copy full SHA for 33d6c87
1 file changed
Makefile
@@ -35,7 +35,6 @@ static-code-analysis: vendor ## Runs a static code analysis with phpstan/phpstan
35
.PHONY: static-code-analysis-baseline
36
static-code-analysis-baseline: vendor ## Generates a baseline for static code analysis with phpstan/phpstan and vimeo/psalm
37
mkdir -p .build/phpstan
38
- echo '' > phpstan-baseline.neon
39
vendor/bin/phpstan analyze --configuration=phpstan.neon --generate-baseline --memory-limit=-1
40
mkdir -p .build/psalm
41
vendor/bin/psalm --config=psalm.xml --set-baseline=psalm-baseline.xml
0 commit comments