1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable blank_line_after_namespace fixer

This commit is contained in:
Andreas Möller
2023-12-07 10:48:34 +01:00
committed by Derick Rethans
parent 7b2c9af6c0
commit 06840acb9d

View File

@@ -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' => [