From 497b0546576e46f22e3a3acf7dd5fa621f5b3093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Thu, 7 Mar 2024 10:09:51 +0100 Subject: [PATCH] Fixed CS --- phpstan.neon | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index fe4649f..a75bb20 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,19 +1,19 @@ parameters: level: 6 paths: - #- application/src + # - application/src - application/public - castor.php - .castor/ scanFiles: - .castor.stub.php -# scanDirectories: -# - application/vendor + # scanDirectories: + # - application/vendor tmpDir: tools/phpstan/var inferPrivatePropertyTypeFromConstructor: true -# symfony: -# container_xml_path: 'application/var/cache/dev/App_KernelDevDebugContainer.xml' + # symfony: + # container_xml_path: 'application/var/cache/dev/App_KernelDevDebugContainer.xml' typeAliases: ContextData: '''