Skip to content

Commit a8b42c9

Browse files
committed
Fix: Use native_type_declaration_casing instead of deprecated native_function_type_declaration_casing fixer
1 parent 850c741 commit a8b42c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
'@internal',
131131
],
132132
],
133-
'native_function_type_declaration_casing' => true,
133+
'native_type_declaration_casing' => true,
134134
'new_with_braces' => [
135135
'named_class' => false,
136136
'anonymous_class' => false,

0 commit comments

Comments
 (0)