We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e5de3 commit 043fd88Copy full SHA for 043fd88
.php-cs-fixer.php
@@ -13,7 +13,7 @@
13
// There MUST be one blank line after the namespace declaration.
14
'blank_line_after_namespace' => true,
15
// 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,
+ 'blank_line_after_opening_tag' => false,
17
// The body of each structure MUST be enclosed by braces. Braces should be properly placed. Body of braces should be properly indented.
18
'braces' => true,
19
// Whitespace around the keywords of a class, trait or interfaces definition should be one space.
0 commit comments