File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
}
54
54
},
55
55
"scripts" : {
56
- "psalm" : " php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true" ,
56
+ "psalm" : " APP_ENV=dev php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true" ,
57
57
"fix-cs" : " vendor/bin/php-cs-fixer fix" ,
58
58
"check-cs" : " vendor/bin/php-cs-fixer fix --dry-run" ,
59
59
"ci-symfony-install-version" : " ./.github/scripts/setup-symfony-env.bash"
Original file line number Diff line number Diff line change 18
18
</projectFiles >
19
19
<plugins >
20
20
<pluginClass class =" Psalm\SymfonyPsalmPlugin\Plugin" >
21
- <containerXml >var/cache/test/Neo4j_Neo4jBundle_Tests_App_TestKernelTestDebugContainer .xml</containerXml >
21
+ <containerXml >var/cache/dev/Neo4j_Neo4jBundle_Tests_App_TestKernelDevDebugContainer .xml</containerXml >
22
22
</pluginClass >
23
23
<pluginClass class =" Psalm\PhpUnitPlugin\Plugin" />
24
24
</plugins >
You can’t perform that action at this time.
0 commit comments