From e4f27e73961a5e48e25ee95fdf077555b72ab48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 5 Sep 2019 17:03:12 +0200 Subject: [PATCH] Disable native_function_invocation fixer --- .styleci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index 547c3853..50c26217 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,6 +1,5 @@ preset: laravel enabled: -- native_function_invocation - declare_strict_types disabled: - concat_without_spaces