Skip to content

Commit

Permalink
Update all the things + fix CS fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Nov 14, 2023
1 parent 19e6998 commit 71d4cd1
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 362 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'@Symfony' => true,
'@Symfony:risky' => true,
'heredoc_indentation' => false,
'ordered_types' => false, // From @PhpCsFixer but we don't want it
'php_unit_internal_class' => false, // From @PhpCsFixer but we don't want it
'php_unit_test_class_requires_covers' => false, // From @PhpCsFixer but we don't want it
'phpdoc_add_missing_param_annotation' => false, // From @PhpCsFixer but we don't want it
Expand Down
Loading

0 comments on commit 71d4cd1

Please sign in to comment.