Skip to content

Commit 77c5a81

Browse files
committed
refactor: remove 'single_blank_line_before_namespace' rule from PHP CS Fixer configuration
1 parent 938a4b1 commit 77c5a81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
'phpdoc_var_without_name' => true,
8787
'return_type_declaration' => true,
8888
'short_scalar_cast' => true,
89-
'single_blank_line_before_namespace' => true,
9089
'single_class_element_per_statement' => true,
9190
'single_line_comment_style' => [
9291
'comment_types' => ['hash'],

0 commit comments

Comments
 (0)