Skip to content

Commit

Permalink
no blank_line_after_opening_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
segy committed Nov 25, 2024
1 parent e9d1a8d commit 825b9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Rshop extends Config
'concat_space' => [
'spacing' => 'one'
],
'blank_line_after_opening_tag' => true,
'blank_line_after_opening_tag' => false,
'single_line_empty_body'=> false,
'fully_qualified_strict_types' => false,
'combine_consecutive_issets' => true,
Expand Down

0 comments on commit 825b9bc

Please sign in to comment.