Skip to content

Commit

Permalink
chore: add global_namespace_import for old cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 29, 2024
1 parent cff5f03 commit d149857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $config->getFinder()
->in(__DIR__);
$config->setRules([
'@PSR1' => true,
'@Symfony' => true
'@Symfony' => true,
'global_namespace_import' => true
]);

return $config;

0 comments on commit d149857

Please sign in to comment.