Skip to content

Commit

Permalink
fully_qualified_strict_types: activate import_symbols option (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan authored Mar 12, 2024
1 parent 35efd81 commit 4a76aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function __construct(string $name = 'REDAXO 5')
'concat_space' => ['spacing' => 'one'],
'declare_strict_types' => false,
'echo_tag_syntax' => ['format' => 'short'],
'fully_qualified_strict_types' => ['import_symbols' => true],
'global_namespace_import' => [
'import_constants' => true,
'import_functions' => true,
Expand Down

0 comments on commit 4a76aa9

Please sign in to comment.