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