Skip to content

Commit

Permalink
[1.x] Enable single_line_empty_body fixer (#277)
Browse files Browse the repository at this point in the history
* Enable single_line_empty_body fixer

* Add one more function test case
  • Loading branch information
Jubeki authored Jun 5, 2024
1 parent 3298bbd commit 5a75db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/presets/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
'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 5a75db5

Please sign in to comment.