Skip to content

Commit

Permalink
Merge pull request #704 from ergebnis/dependabot/composer/friendsofph…
Browse files Browse the repository at this point in the history
…p/php-cs-fixer-3.35.0

composer(deps): Bump friendsofphp/php-cs-fixer from 3.34.1 to 3.35.0
  • Loading branch information
localheinz authored Oct 12, 2023
2 parents 6efa342 + b2ba780 commit 40863c9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"friendsofphp/php-cs-fixer": "~3.34.1"
"friendsofphp/php-cs-fixer": "~3.35.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.39.0",
Expand Down
28 changes: 13 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/RuleSet/Custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public static function create(): RuleSet
'phpdoc_order' => false,
'phpdoc_order_by_value' => false,
'phpdoc_param_order' => false,
'phpdoc_readonly_class_comment_to_keyword' => false,
'phpdoc_return_self_reference' => false,
'phpdoc_scalar' => false,
'phpdoc_separation' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/CustomTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ protected function expectedRules(): Rules
'phpdoc_order' => false,
'phpdoc_order_by_value' => false,
'phpdoc_param_order' => false,
'phpdoc_readonly_class_comment_to_keyword' => false,
'phpdoc_return_self_reference' => false,
'phpdoc_scalar' => false,
'phpdoc_separation' => false,
Expand Down

0 comments on commit 40863c9

Please sign in to comment.