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:
committed by
Derick Rethans
parent
7b2c9af6c0
commit
06840acb9d
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user