Update PHP-CS-Fixer configuration
This commit is contained in:
parent
ec2d2094c1
commit
8e367cdc8b
|
|
@ -27,8 +27,6 @@ $config->setFinder($finder)
|
||||||
'operators' => [
|
'operators' => [
|
||||||
'=' => 'align_single_space_minimal',
|
'=' => 'align_single_space_minimal',
|
||||||
'=>' => 'align_single_space_minimal',
|
'=>' => 'align_single_space_minimal',
|
||||||
// Workaround for https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5495
|
|
||||||
'|' => null,
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'blank_line_after_namespace' => true,
|
'blank_line_after_namespace' => true,
|
||||||
|
|
@ -284,6 +282,9 @@ $config->setFinder($finder)
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'trim_array_spaces' => true,
|
'trim_array_spaces' => true,
|
||||||
|
'types_spaces' => [
|
||||||
|
'space' => 'none',
|
||||||
|
],
|
||||||
'unary_operator_spaces' => true,
|
'unary_operator_spaces' => true,
|
||||||
'visibility_required' => [
|
'visibility_required' => [
|
||||||
'elements' => [
|
'elements' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue