Skip to content

Commit 4952105

Browse files
committed
Fix php-cs-fixer config
1 parent a0b75f9 commit 4952105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .php-cs-fixer.dist.php

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function getRules(): array
7272
"psr_autoloading" => ['dir' => $this->src],
7373
"return_type_declaration" => ["space_before" => "none"],
7474
"short_scalar_cast" => true,
75-
"single_blank_line_before_namespace" => true,
7675
"line_ending" => true,
7776
];
7877
}

0 commit comments

Comments
 (0)