Skip to content

Commit

Permalink
remove rules, use Symfony set
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 2, 2024
1 parent cd85ef0 commit 80ab056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
return (new PhpCsFixer\Config())
->setRules([
'@Symfony' => true,
'ordered_imports' => true,
'phpdoc_order' => true,
'nullable_type_declaration_for_default_null_value' => true,
'header_comment' => [
'header' => <<<HEADER
Expand Down

0 comments on commit 80ab056

Please sign in to comment.