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 d8ecb56 commit a04d7afCopy full SHA for a04d7af
composer.json
@@ -66,6 +66,8 @@
66
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml src",
67
"phpstan": "vendor/bin/phpstan --level=0 --no-progress analyse --configuration phpstan.neon --memory-limit 2G",
68
"psalm": "vendor/bin/psalm",
69
+ "sa": "@psalm",
70
+ "sa:bl": "@psalm --set-baseline=psalm-baseline.xml",
71
"test": "vendor/bin/phpunit"
72
}
73
0 commit comments