Skip to content

Commit

Permalink
Change spacing rule for PhpCsFixer (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Mar 7, 2023
1 parent 1741d83 commit 8b8abda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpCsFixer/PhpCsFixerCodingStandard.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ final class PhpCsFixerCodingStandard
'method_chaining_indentation' => true,

'cast_spaces' => ['space' => 'none'],
'types_spaces' => ['space' => 'single'],
'types_spaces' => ['space' => 'none'],
'concat_space' => ['spacing' => 'one'],

'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],
Expand Down

0 comments on commit 8b8abda

Please sign in to comment.