Skip to content

Commit

Permalink
Update PHP CS Fixer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 2, 2024
1 parent 3591323 commit cef533a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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

0 comments on commit cef533a

Please sign in to comment.