Skip to content

Commit 1a51c97

Browse files
committed
Enhancement: Enable blank_line_after_opening_tag fixer
1 parent 25d2dc1 commit 1a51c97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'array_syntax' => true,
2525
'binary_operator_spaces' => true,
2626
'blank_line_after_namespace' => true,
27+
'blank_line_after_opening_tag' => true,
2728
'class_attributes_separation' => true,
2829
'class_definition' => true,
2930
'concat_space' => [

0 commit comments

Comments
 (0)