diff --git a/src/CsFixer/Config.php b/src/CsFixer/Config.php index ab63524..973d9ee 100644 --- a/src/CsFixer/Config.php +++ b/src/CsFixer/Config.php @@ -35,6 +35,7 @@ public function getRules(): array 'elements' => ['property', 'method'], ], 'no_alias_functions' => false, + 'blank_line_after_opening_tag' => false, 'phpdoc_summary' => false, 'phpdoc_align' => [ 'align' => 'left',