Skip to content

Commit

Permalink
Fix: Command for generating the baseline for vimeo/psalm (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Dec 7, 2022
1 parent 88564c7 commit 7e2cd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static: vendor ## Runs static analyzers
.PHONY: baseline
baseline: vendor ## Generate baseline files
vendor/bin/phpstan --generate-baseline
vendor/bin/psalm --update-baseline
vendor/bin/psalm --set-baseline=psalm.baseline.xml

.PHONY: clean
clean: ## Cleans up build and vendor files
Expand Down

0 comments on commit 7e2cd05

Please sign in to comment.