Skip to content

Commit

Permalink
Fix: Do not configure deprecated function_typehint_space fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 12, 2023
1 parent c70b810 commit 16eb036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
'fully_qualified_strict_types' => true,
'function_declaration' => true,
'function_to_constant' => true,
'function_typehint_space' => true,
'get_class_to_class_keyword' => true,
'global_namespace_import' => [
'import_classes' => true,
Expand Down

0 comments on commit 16eb036

Please sign in to comment.