Skip to content

Commit

Permalink
blank_line_after_opening_tag => false
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Nov 25, 2024
1 parent e9e5de3 commit 043fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// There MUST be one blank line after the namespace declaration.
'blank_line_after_namespace' => true,
// Ensure there is no code on the same line as the PHP open tag and it is followed by a blank line.
'blank_line_after_opening_tag' => true,
'blank_line_after_opening_tag' => false,
// The body of each structure MUST be enclosed by braces. Braces should be properly placed. Body of braces should be properly indented.
'braces' => true,
// Whitespace around the keywords of a class, trait or interfaces definition should be one space.
Expand Down

0 comments on commit 043fd88

Please sign in to comment.