Skip to content

Commit 20bae4a

Browse files
committed
Improve coding style linting
1 parent b518855 commit 20bae4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.php_cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ return PhpCsFixer\Config::create()
2424
'location' => 'after_open',
2525
'separate' => 'both',
2626
],
27+
'global_namespace_import' => [
28+
'import_classes' => true,
29+
'import_constants' => true,
30+
'import_functions' => true,
31+
],
2732
'new_with_braces' => true,
2833
'no_blank_lines_after_phpdoc' => true,
2934
'no_empty_phpdoc' => true,

0 commit comments

Comments
 (0)