Author: Andreas Möller (localheinz) Committer: Derick Rethans (derickr) Date: 2023-12-07T11:46:00Z
Commit: https://github.com/php/web-php/commit/06840acb9de09fd38daba6828f08994afd4ccc0b Raw diff: https://github.com/php/web-php/commit/06840acb9de09fd38daba6828f08994afd4ccc0b.diff Enhancement: Enable blank_line_after_namespace fixer Changed paths: M .php-cs-fixer.php Diff: diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index d51f4843dc..eb69ebbc76 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -23,6 +23,7 @@ 'array_indentation' => true, 'array_syntax' => true, 'binary_operator_spaces' => true, + 'blank_line_after_namespace' => true, 'class_attributes_separation' => true, 'class_definition' => true, 'concat_space' => [ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php