From 65ed4012966ab363e2dda7d06a7ee0d88891011c Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sat, 24 Feb 2024 02:34:57 +0100 Subject: [PATCH] Use dev container in PHPStan --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 479baabe0..ae2046019 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,7 +8,7 @@ parameters: - tests symfony: - container_xml_path: %rootDir%/../../../var/cache/test/AppKernelTestDebugContainer.xml + container_xml_path: %rootDir%/../../../var/cache/dev/AppKernelDevDebugContainer.xml doctrine: objectManagerLoader: tests/object-manager.php