Skip to content

Commit

Permalink
build: update PHP-CS-Fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Mar 12, 2024
1 parent 474a753 commit 7d29a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'phpdoc_order' => true,
'yoda_style' => false,
'no_superfluous_phpdoc_tags' => false,
'fully_qualified_strict_types' => false,
'single_line_throw' => false,
])
;

0 comments on commit 7d29a88

Please sign in to comment.