mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable blank_line_after_opening_tag fixer (#875)
This commit is contained in:
@@ -24,6 +24,7 @@ $config
|
||||
'array_syntax' => true,
|
||||
'binary_operator_spaces' => true,
|
||||
'blank_line_after_namespace' => true,
|
||||
'blank_line_after_opening_tag' => true,
|
||||
'class_attributes_separation' => true,
|
||||
'class_definition' => true,
|
||||
'concat_space' => [
|
||||
|
||||
Reference in New Issue
Block a user