From 1aeb46512977cfae0c90f353d09b72d0d67c6fcb Mon Sep 17 00:00:00 2001 From: Cretu Eusebiu Date: Fri, 8 Jan 2021 17:35:06 +0200 Subject: [PATCH] Update .styleci.yml --- .styleci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 710a9ae..f370c20 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,8 +1,10 @@ preset: laravel + disabled: -- no_unused_imports + - no_unused_imports + finder: -not-name: - - index.php - - server.php + not-name: + - index.php + - server.php