Skip to content

Commit 99102d2

Browse files
committed
CS fix
1 parent c1466a2 commit 99102d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/PhpCsFixer/Config.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ private function setCodeStyleRules(): void
6363
// Additional rules
6464
'date_time_immutable' => true,
6565
'declare_strict_types' => true,
66-
'global_namespace_import' => [
67-
'import_classes' => null,
68-
'import_constants' => true,
69-
'import_functions' => true,
70-
],
66+
'global_namespace_import' => ['import_classes' => null, 'import_constants' => true, 'import_functions' => true],
7167
'heredoc_indentation' => ['indentation' => 'same_as_start'],
7268
'mb_str_functions' => true,
7369
'native_constant_invocation' => true,

0 commit comments

Comments
 (0)