Skip to content

Commit

Permalink
NTR: add concat space rule to php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed May 13, 2024
1 parent d579505 commit fbd6ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'phpdoc_trim_consecutive_blank_line_separation' => true,
'phpdoc_types_order' => true,
'yoda_style' => false,
'concat_space' => ['spacing' => 'one'],
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down

0 comments on commit fbd6ce7

Please sign in to comment.