Skip to content

Commit

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

composer(deps): Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.55.0
  • Loading branch information
localheinz authored May 7, 2024
2 parents eede174 + 3e4f22f commit 05994bb
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 60 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.54.0"
"friendsofphp/php-cs-fixer": "~3.55.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42.0",
Expand Down
119 changes: 60 additions & 59 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 @@ -191,6 +191,7 @@ public static function create(): RuleSet
'object_operator_without_whitespace' => false,
'octal_notation' => false,
'operator_linebreak' => false,
'ordered_attributes' => false,
'ordered_class_elements' => false,
'ordered_imports' => false,
'ordered_interfaces' => 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 @@ -203,6 +203,7 @@ protected function expectedRules(): Rules
'object_operator_without_whitespace' => false,
'octal_notation' => false,
'operator_linebreak' => false,
'ordered_attributes' => false,
'ordered_class_elements' => false,
'ordered_imports' => false,
'ordered_interfaces' => false,
Expand Down

0 comments on commit 05994bb

Please sign in to comment.