Skip to content

Commit

Permalink
Fix missing cast_spaces php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mBeym authored and klees committed Apr 25, 2024
1 parent 3a09ef8 commit b8863aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/PHP-CS-Fixer/code-format.php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ return (new PhpCsFixer\Config())
->setRules([
'@PSR12' => true,
'strict_param' => false,
'cast_spaces' => true,
'concat_space' => ['spacing' => 'one'],
'function_typehint_space' => true,
'function_declaration' => ['closure_fn_spacing' => 'none'],
Expand Down

0 comments on commit b8863aa

Please sign in to comment.