Skip to content

Commit 81883ab

Browse files
committed
Fix php-cs-fixer warning
1 parent 6b2c009 commit 81883ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'concat_space' => ['spacing' => 'one'],
2626
'dir_constant' => true,
2727
'is_null' => true,
28-
'function_typehint_space' => true,
28+
'type_declaration_spaces' => ['elements' => ['function', 'property']],
2929
'method_chaining_indentation' => true,
3030
'modernize_types_casting' => true,
3131
'no_alias_functions' => true,

0 commit comments

Comments
 (0)