From 3ba33b74fa8a7493e0b2f26649e9d7ca563ae4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Thu, 29 Feb 2024 10:09:49 +0100 Subject: [PATCH] removed skipping of DeclareStrictTypesFixer --- ecs.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/ecs.php b/ecs.php index a802719..90f81b1 100644 --- a/ecs.php +++ b/ecs.php @@ -37,9 +37,6 @@ PhpdocToPropertyTypeFixer::class => [ __DIR__ . '/src/*', ], - DeclareStrictTypesFixer::class => [ - __DIR__ . '/src/*', - ], ]); $ecsConfig->import(__DIR__ . '/vendor/shopsys/coding-standards/ecs.php', null, true);