Skip to content

Commit cbc2f4f

Browse files
authored
Fixing PHPCSFixer settings
'closure_fn_spacing'=>'none'
1 parent 3a18c7d commit cbc2f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// PHP code must use the long `<?php` tags or short-echo `<?=` tags and not other tag variations.
6666
'full_opening_tag' => true,
6767
// Spaces should be properly placed in a function declaration.
68-
'function_declaration' => ['closure_function_spacing'=>'none'],
68+
'function_declaration' => ['closure_function_spacing'=>'none', 'closure_fn_spacing'=>'none'],
6969
// Replace core functions calls returning constants with the constants.
7070
'function_to_constant' => true,
7171
// Ensure single space between function's argument and its typehint.

0 commit comments

Comments
 (0)