diff --git a/.php_cs.dist b/.php_cs.dist index 94d8e89..c5c78a9 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -6,8 +6,7 @@ $config->getFinder() ->in(__DIR__); $config->setRules([ '@PSR1' => true, - '@Symfony' => true, - 'global_namespace_import' => true + '@Symfony' => true ]); return $config; \ No newline at end of file