Skip to content

Commit

Permalink
Update CS fixer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 29, 2024
1 parent 0815cb2 commit e7a22c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Overrides for rules included in PhpCsFixer rule sets
'concat_space' => ['spacing' => 'one'],
'fully_qualified_strict_types' => ['phpdoc_tags' => []],
'method_chaining_indentation' => false,
'multiline_whitespace_before_semicolons' => false,
'native_function_invocation' => ['include' => ['@all']],
Expand Down Expand Up @@ -48,6 +49,6 @@
])
->setFinder(
PhpCsFixer\Finder::create()
->in('bundle')
->in('bundle'),
)
;

0 comments on commit e7a22c3

Please sign in to comment.