Skip to content

Commit

Permalink
Add blank_line_after_opening_tag csFixer rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Nov 27, 2024
1 parent b52ba53 commit 90710b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'no_unused_imports' => true,
'align_multiline_comment' => true,
'array_indentation' => true,
'blank_line_after_opening_tag' => false,
'header_comment' => [
'header' => $header,
'comment_type' => 'PHPDoc',
Expand Down

0 comments on commit 90710b4

Please sign in to comment.