Skip to content

Commit

Permalink
Merge pull request #37 from OskarStark/feature/cleanup
Browse files Browse the repository at this point in the history
CS-Fixer: Cleanup config
  • Loading branch information
slunak authored Aug 20, 2024
2 parents ff9c122 + 11cf4cd commit cdf7be6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@
'case' => 'none',
],
],
'void_return' => true,
'ordered_imports' => true,
'yoda_style' => false,

// temp disabled to keep the diff small in the first run
'declare_strict_types' => false,
'php_unit_test_case_static_method_calls' => false,
'strict_comparison' => false,
'yoda_style' => false,
'phpdoc_to_property_type' => false,
'phpdoc_summary' => false,
'nullable_type_declaration_for_default_null_value' => false,
Expand Down

0 comments on commit cdf7be6

Please sign in to comment.