From 369e237ae49b134944fddbc15cf946ef08c79108 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sat, 29 May 2021 12:44:59 +0800 Subject: [PATCH] Update .php_cs --- .php_cs | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs b/.php_cs index 4176509..8e0274f 100644 --- a/.php_cs +++ b/.php_cs @@ -10,6 +10,7 @@ return PhpCsFixer\Config::create() '@Symfony' => true, 'array_syntax' => ['syntax' => 'short'], 'binary_operator_spaces' => ['align_double_arrow' => false, 'align_equals' => false], + 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced', 'strict' => true], 'no_extra_blank_lines' => false, 'no_empty_comment' => false, 'no_extra_consecutive_blank_lines' => false,