Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu authored and thePanz committed Mar 27, 2024
1 parent aad98d8 commit c0ee566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
'@PhpCsFixer' => true,
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
// 'header_comment' => [
// 'header' => $headerComment,
// ],
// 'header_comment' => [
// 'header' => $headerComment,
// ],
])
->setCacheFile('.cache/php-cs-fixer.cache')
->setFinder($finder)
Expand Down

0 comments on commit c0ee566

Please sign in to comment.