From 031e528c63570a415a53d259ee29c97fb77ac7c7 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 18 Mar 2017 21:18:02 +0000 Subject: [PATCH] Allow grouped use statements, hopefully --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index c46055c0..5e728eb1 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -3,6 +3,7 @@ preset: laravel disabled: - concat_without_spaces - simplified_null_return + - single_import_per_statement finder: path: app/