Skip to content

Commit

Permalink
Removed return_type_declaration rule (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Nov 14, 2024
1 parent b93c746 commit f3f39f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,7 @@
'phpdoc_to_property_type' => false,
'phpdoc_to_return_type' => false,
'regular_callable_call' => true,
'return_type_declaration' => [
'space_before' => 'none'
],
'return_type_declaration' => false,
'single_line_throw' => true,
'static_lambda' => true,
'use_arrow_functions' => true,
Expand Down

0 comments on commit f3f39f4

Please sign in to comment.