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 bcab4e9 commit 7cdb655Copy full SHA for 7cdb655
PhpCsFixer.php
@@ -70,7 +70,7 @@
70
// Replace core functions calls returning constants with the constants.
71
'function_to_constant' => true,
72
// Ensure single space between function's argument and its typehint.
73
- 'function_typehint_space' => true,
+ 'type_declaration_spaces' => true,
74
// Renames PHPDoc tags.
75
'general_phpdoc_tag_rename' => true,
76
// Function `implode` must be called with 2 arguments in the documented order.
0 commit comments