From 06840acb9de09fd38daba6828f08994afd4ccc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 7 Dec 2023 10:48:34 +0100 Subject: [PATCH] Enhancement: Enable blank_line_after_namespace fixer --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index d51f4843d..eb69ebbc7 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -23,6 +23,7 @@ $config 'array_indentation' => true, 'array_syntax' => true, 'binary_operator_spaces' => true, + 'blank_line_after_namespace' => true, 'class_attributes_separation' => true, 'class_definition' => true, 'concat_space' => [