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 5, 2024
1 parent 28faf97 commit 0210377
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 @@ -20,6 +20,7 @@
'phpdoc_order' => true,
'yoda_style' => false,
'no_superfluous_phpdoc_tags' => false,
'fully_qualified_strict_types' => false,
'declare_strict_types' => true,
])
;

0 comments on commit 0210377

Please sign in to comment.