php-cs-fixer: add return_type_declaration space_before

This commit is contained in:
Dylan K. Taylor 2021-12-14 22:50:43 +00:00
parent f5bbd30dbb
commit a09817864b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -69,6 +69,9 @@ return (new PhpCsFixer\Config)
],
'phpdoc_trim' => true,
'phpdoc_trim_consecutive_blank_line_separation' => true,
'return_type_declaration' => [
'space_before' => 'one'
],
'single_import_per_statement' => true,
'strict_param' => true,
])