Skip to content

Commit

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

return $config;

0 comments on commit d7377bd

Please sign in to comment.