Skip to content

Commit 0210377

Browse files
committed
build: update PHP-CS-Fixer config
1 parent 28faf97 commit 0210377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'phpdoc_order' => true,
2121
'yoda_style' => false,
2222
'no_superfluous_phpdoc_tags' => false,
23+
'fully_qualified_strict_types' => false,
2324
'declare_strict_types' => true,
2425
])
2526
;

0 commit comments

Comments
 (0)