We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7000 commit 850c741Copy full SHA for 850c741
.php-cs-fixer.dist.php
@@ -94,7 +94,6 @@
94
'fully_qualified_strict_types' => true,
95
'function_declaration' => true,
96
'function_to_constant' => true,
97
- 'function_typehint_space' => true,
98
'global_namespace_import' => [
99
'import_classes' => true,
100
'import_constants' => true,
@@ -300,6 +299,11 @@
300
299
]
301
],
302
'trim_array_spaces' => true,
+ 'type_declaration_spaces' => [
303
+ 'elements' => [
304
+ 'function',
305
+ ],
306
307
'types_spaces' => [
308
'space' => 'none',
309
0 commit comments