Skip to content

Commit e9d89c0

Browse files
Tweak code formatting
1 parent 4e0df2e commit e9d89c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
'ordered_imports' => [
215215
'sort_algorithm' => 'alpha',
216216
],
217+
'global_namespace_import' => [
218+
'import_classes' => true,
219+
'import_constants' => true,
220+
'import_functions' => true,
221+
],
217222
'no_unneeded_control_parentheses' => [
218223
'statements' => ['break', 'clone', 'continue', 'echo_print', 'return', 'switch_case', 'yield'],
219224
],

0 commit comments

Comments
 (0)