Skip to content

Commit

Permalink
Remove unused UseImportsResolver service on ImplementsFactoryInterfac…
Browse files Browse the repository at this point in the history
…eToPsrFactoryRector

Signed-off-by: Abdul Malik Ikhsan <[email protected]>
  • Loading branch information
samsonasik authored Jun 30, 2024
1 parent 2333f36 commit 2604a46
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Rector\Configuration\Parameter\SimpleParameterProvider;
use Rector\PhpParser\Node\BetterNodeFinder;
use Rector\PhpParser\Node\CustomNode\FileWithoutNamespace;
use Rector\Naming\Naming\UseImportsResolver;
use Rector\NodeTypeResolver\Node\AttributeKey;
use Rector\Rector\AbstractRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
Expand All @@ -27,7 +26,6 @@ final class ImplementsFactoryInterfaceToPsrFactoryRector extends AbstractRector
private const FACTORY_INTERFACE = FactoryInterface::class;

public function __construct(
private UseImportsResolver $useImportsResolver,
private BetterNodeFinder $betterNodeFinder
) {
}
Expand Down

0 comments on commit 2604a46

Please sign in to comment.