Skip to content

Commit

Permalink
Update to php-cs-fixer v3.51 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan authored Mar 3, 2024
1 parent d2942b1 commit 594be4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^8.1",
"friendsofphp/php-cs-fixer": "^3.49.0",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.20.0"
"friendsofphp/php-cs-fixer": "^3.51.0",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function setRules(array $rules): ConfigInterface
'@PHP80Migration:risky' => true,
'@PHPUnit100Migration:risky' => true,

'align_multiline_comment' => true,
'array_indentation' => true,
'blank_line_before_statement' => false,
'comment_to_phpdoc' => true,
Expand Down Expand Up @@ -67,7 +66,6 @@ public function setRules(array $rules): ConfigInterface
'no_unreachable_default_argument_value' => true,
'no_useless_else' => true,
'no_useless_return' => true,
'nullable_type_declaration_for_default_null_value' => true,
'operator_linebreak' => false,
'ordered_class_elements' => ['order' => [
'use_trait',
Expand Down

0 comments on commit 594be4d

Please sign in to comment.