Skip to content

Commit

Permalink
Enhancement: Enable native_function_type_declaration_casing fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Jul 3, 2020
1 parent d55351f commit 16349d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ return PhpCsFixer\Config::create()
'native_constant_invocation' => true,
'native_function_casing' => true,
'native_function_invocation' => true,
'native_function_type_declaration_casing' => true,
'new_with_braces' => false,
'no_alias_functions' => true,
'no_alternative_syntax' => true,
Expand Down

0 comments on commit 16349d8

Please sign in to comment.