Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 20, 2023
1 parent e698133 commit 9c18b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DependencyInjection/LazyContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,13 +531,13 @@ static function (AbstractRector $rector, Container $container): void {
$container->get(NodeTypeResolver::class),
$container->get(SimpleCallableNodeTraverser::class),
$container->get(NodeFactory::class),
// @deprecated, use injected PhpDocInfoFactory service in your Rector rules
// @deprecated, use injected service in your Rector rules
$container->get(PhpDocInfoFactory::class),
$container->get(StaticTypeMapper::class),
$container->get(Skipper::class),
// @deprecated, use injected PhpDocInfoFactory service in your Rector rules
// @deprecated, use injected service in your Rector rules
$container->get(ValueResolver::class),
// @deprecated, use injected PhpDocInfoFactory service in your Rector rules
// @deprecated, use injected service in your Rector rules
$container->get(BetterNodeFinder::class),
$container->get(NodeComparator::class),
$container->get(CurrentFileProvider::class),
Expand Down

0 comments on commit 9c18b86

Please sign in to comment.