From 700f903edd5d11007bac58c1dfd07d9bdde7f226 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Fri, 25 Nov 2022 21:26:16 -0800 Subject: [PATCH] update ecs config to new format --- ecs.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ecs.php b/ecs.php index a113db6a367..b5fe0ae8828 100644 --- a/ecs.php +++ b/ecs.php @@ -1,17 +1,14 @@ parallel(); $ecsConfig->paths([ - __DIR__ . '/bootstrap', __DIR__ . '/src', - __DIR__ . '/tests', __FILE__, ]); + + $ecsConfig->parallel(); $ecsConfig->sets([SetList::CRAFT_CMS_4]); };