Skip to content

Commit 2b5cb60

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable and configure native_function_invocation fixer
1 parent 63bd717 commit 2b5cb60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@
126126
'multiline_whitespace_before_semicolons' => true,
127127
'native_constant_invocation' => false,
128128
'native_function_casing' => false,
129-
'native_function_invocation' => false,
129+
'native_function_invocation' => [
130+
'include' => [
131+
'@internal',
132+
],
133+
],
130134
'native_function_type_declaration_casing' => true,
131135
'new_with_braces' => [
132136
'named_class' => false,

0 commit comments

Comments
 (0)