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 03d771b commit d5ce9c7Copy full SHA for d5ce9c7
composer.json
@@ -53,7 +53,7 @@
53
}
54
},
55
"scripts": {
56
- "psalm": "php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true",
+ "psalm": "APP_ENV=test php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true",
57
"fix-cs": "vendor/bin/php-cs-fixer fix",
58
"check-cs": "vendor/bin/php-cs-fixer fix --dry-run",
59
"ci-symfony-install-version": "./.github/scripts/setup-symfony-env.bash"
0 commit comments