From 681c145d57a77c4122c5f61c04861defc2726a69 Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Mon, 29 Apr 2024 08:48:58 +0000 Subject: [PATCH] Updated ECS config Signed-off-by: Tom Wright --- ecs.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ecs.php b/ecs.php index 68254b4..b904391 100644 --- a/ecs.php +++ b/ecs.php @@ -7,7 +7,9 @@ use Symplify\EasyCodingStandard\Config\ECSConfig; return ECSConfig::configure() - ->withPaths([__DIR__ . '/src']) + ->withPaths([ + __DIR__ . '/src' + ]) ->withPreparedSets( cleanCode: true, psr12: true