Skip to content

Commit 033b8f5

Browse files
authored
Update the PHP CS Fixer configuration (#152)
1 parent befd937 commit 033b8f5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@
1818
'no_unused_imports' => true,
1919
'ordered_class_elements' => true,
2020
'class_attributes_separation' => ['elements' => ['method' => 'one']],
21+
'fully_qualified_strict_types' => [
22+
'import_symbols' => true
23+
],
24+
'global_namespace_import' => [
25+
'import_classes' => true,
26+
'import_constants' => true,
27+
'import_functions' => true,
28+
],
2129
])
2230
->setFinder($finder);

0 commit comments

Comments
 (0)