Skip to content

Commit 7cdb655

Browse files
committed
Update to PHP CS FIxer V3.21
1 parent bcab4e9 commit 7cdb655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpCsFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
// Replace core functions calls returning constants with the constants.
7171
'function_to_constant' => true,
7272
// Ensure single space between function's argument and its typehint.
73-
'function_typehint_space' => true,
73+
'type_declaration_spaces' => true,
7474
// Renames PHPDoc tags.
7575
'general_phpdoc_tag_rename' => true,
7676
// Function `implode` must be called with 2 arguments in the documented order.

0 commit comments

Comments
 (0)