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 4, 2024
1 parent 1198c55 commit 80cf312
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 @@ -19,6 +19,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 80cf312

Please sign in to comment.