diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 2e8713dca..7c2238b41 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -13,6 +13,7 @@ ->setRules([ '@PER-CS' => true, '@PHP84Migration' => true, + 'no_unused_imports' => true, ]) ->setFinder($finder) ;