We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a18c7d commit cbc2f4fCopy full SHA for cbc2f4f
.php-cs-fixer.php
@@ -65,7 +65,7 @@
65
// PHP code must use the long `<?php` tags or short-echo `<?=` tags and not other tag variations.
66
'full_opening_tag' => true,
67
// Spaces should be properly placed in a function declaration.
68
- 'function_declaration' => ['closure_function_spacing'=>'none'],
+ 'function_declaration' => ['closure_function_spacing'=>'none', 'closure_fn_spacing'=>'none'],
69
// Replace core functions calls returning constants with the constants.
70
'function_to_constant' => true,
71
// Ensure single space between function's argument and its typehint.
0 commit comments