Skip to content

Commit

Permalink
Laravel: Enable single_line_empty_body fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jun 7, 2024
1 parent f62b5f5 commit 8153f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RuleSet/Sets/Laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ protected function rules(): array
'single_line_comment_style' => [
'comment_types' => ['hash'],
],
'single_line_empty_body' => true,
'single_quote' => true,
'single_space_around_construct' => true,
'space_after_semicolon' => true,
Expand Down

0 comments on commit 8153f61

Please sign in to comment.