Skip to content

Commit 20dcfea

Browse files
committed
Added native_function_invocation to speed up performance of all packages using this style config
1 parent fadf5d8 commit 20dcfea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpCsFixerConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public static function create(array $extraRules = []): Config
4343
'single_quote' => true,
4444
'strict_param' => true,
4545
'trailing_comma_in_multiline_array' => true,
46+
'native_function_invocation' => true,
4647
] + $extraRules
4748
);
4849
}

0 commit comments

Comments
 (0)