Skip to content

Commit

Permalink
fix: remove braces rule (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: benjamin.chaises <benjamin.chaises@bedrockstreaming.com>
  • Loading branch information
Bchaises and Bchaises committed Jun 12, 2023
1 parent 2b70ca2 commit 45b941b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^7.1.3 || ^8.0",
"friendsofphp/php-cs-fixer": "^3.0"
"friendsofphp/php-cs-fixer": "^3.16"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions src/BedrockStreaming.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ public function getRules(): array
'array_syntax' => [
'syntax' => 'short',
],
'braces' => [
'allow_single_line_closure' => true,
],
'declare_strict_types' => true,
'global_namespace_import' => [
'import_classes' => false,
Expand Down

0 comments on commit 45b941b

Please sign in to comment.