Skip to content

Commit 80cf312

Browse files
committed
build: update PHP-CS-Fixer config
1 parent 1198c55 commit 80cf312

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
@@ -19,6 +19,7 @@
1919
'phpdoc_order' => true,
2020
'yoda_style' => false,
2121
'no_superfluous_phpdoc_tags' => false,
22+
'fully_qualified_strict_types' => false,
2223
'declare_strict_types' => true,
2324
])
2425
;

0 commit comments

Comments
 (0)