From 8dee0f4aea360ad4ec61064022bf2a849ab0f957 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 28 Nov 2022 04:21:14 -0800 Subject: [PATCH] Bring bootstrap/ and /tests back into the ECS mix --- ecs.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs.php b/ecs.php index b5fe0ae8828..d5f142aba4d 100644 --- a/ecs.php +++ b/ecs.php @@ -5,7 +5,9 @@ return static function(ECSConfig $ecsConfig): void { $ecsConfig->paths([ + __DIR__ . '/bootstrap', __DIR__ . '/src', + __DIR__ . '/tests', __FILE__, ]);