From 7e5fe24e7d50df249d49ff9aa4c890d16f9d8f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 19 Aug 2019 23:04:19 +0200 Subject: [PATCH] Enable no_unused_imports --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index a1b99be9..f1df5768 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,6 +1,7 @@ preset: laravel enabled: - native_function_invocation +- no_unused_imports disabled: - concat_without_spaces - ternary_operator_spaces