Skip to content

Commit

Permalink
Fix: remove braces rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Bchaises committed Jun 6, 2023
1 parent 72708c4 commit d2f8207
Showing 1 changed file with 0 additions and 3 deletions.
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 d2f8207

Please sign in to comment.