Skip to content

Commit

Permalink
Update code style configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jul 25, 2024
1 parent c077aa9 commit c299bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
->setRiskyAllowed(true)
->setRules([
'header_comment' => ['header' => $header, 'separate' => 'bottom', 'location' => 'after_open', 'comment_type' => 'PHPDoc'],
'@PER' => true,
'@PER-CS' => true,
'array_indentation' => true,
'native_function_invocation' => [
'include' => ['@internal'],
Expand All @@ -21,6 +21,7 @@
'import_functions' => true,
],
'declare_equal_normalize' => ['space' => 'none'],
'trailing_comma_in_multiline' => false,
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down

0 comments on commit c299bcd

Please sign in to comment.