From 9735e04526e03bbd3183e229cf57b157ee3af1f4 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 25 May 2024 22:53:48 +0200 Subject: [PATCH] less strict --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index d2b9802..33ccc1e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,7 +3,7 @@ includes: - ../../../vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon - ../../../vendor/phpstan/phpstan-strict-rules/rules.neon - ../../../vendor/symplify/phpstan-rules/config/services/services.neon - - ../../../vendor/symplify/phpstan-rules/config/naming-rules.neon + # - ../../../vendor/symplify/phpstan-rules/config/naming-rules.neon # ../../../ is required because this file is use as base and we want to include all those extra rules services: