From 417330decd246e80462b0f4e4e9bead7ea1f608f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 16 Aug 2019 18:21:53 +0200 Subject: [PATCH] Add native_function_invocation --- .styleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 2a6c92f2..a1b99be9 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,4 +1,6 @@ preset: laravel +enabled: +- native_function_invocation disabled: - concat_without_spaces - ternary_operator_spaces