We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27028a5 commit ec9c501Copy full SHA for ec9c501
‎.php-cs-fixer.php
@@ -42,6 +42,7 @@
42
'no_unused_imports' => true,
43
'align_multiline_comment' => true,
44
'array_indentation' => true,
45
+ 'blank_line_after_opening_tag' => false,
46
'header_comment' => [
47
'header' => $header,
48
'comment_type' => 'PHPDoc',
0 commit comments