Skip to content

Commit 06840ac

Browse files
localheinzderickr
authored andcommitted
Enhancement: Enable blank_line_after_namespace fixer
1 parent 7b2c9af commit 06840ac

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
@@ -23,6 +23,7 @@
2323
'array_indentation' => true,
2424
'array_syntax' => true,
2525
'binary_operator_spaces' => true,
26+
'blank_line_after_namespace' => true,
2627
'class_attributes_separation' => true,
2728
'class_definition' => true,
2829
'concat_space' => [

0 commit comments

Comments
 (0)