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 a7b7cb4 commit d98a727Copy full SHA for d98a727
Makefile
@@ -149,6 +149,10 @@ phpstan-generate-baseline: c=--generate-baseline=.phpstan-baseline.php analyze
149
phpstan-generate-baseline: phpstan
150
.PHONY: phpstan-generate-baseline
151
152
+psalm: ## Run psalm analysis
153
+ @$(PHP) php vendor/bin/psalm --long-progress --output-format=github
154
+.PHONY: psalm
155
+
156
## —— Coding standards —————————————————————————————————————————————————————————
157
phpcsfixer-check: ## Check for php coding standards issues
158
@$(PHP) vendor/bin/php-cs-fixer check --diff -vvv
0 commit comments