Skip to content

Commit 043fd88

Browse files
committed
blank_line_after_opening_tag => false
1 parent e9e5de3 commit 043fd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// There MUST be one blank line after the namespace declaration.
1414
'blank_line_after_namespace' => true,
1515
// Ensure there is no code on the same line as the PHP open tag and it is followed by a blank line.
16-
'blank_line_after_opening_tag' => true,
16+
'blank_line_after_opening_tag' => false,
1717
// The body of each structure MUST be enclosed by braces. Braces should be properly placed. Body of braces should be properly indented.
1818
'braces' => true,
1919
// Whitespace around the keywords of a class, trait or interfaces definition should be one space.

0 commit comments

Comments
 (0)