Skip to content

Commit f950f8d

Browse files
minor #62494 [DependencyInjection] Remove unused variable (HypeMC)
This PR was merged into the 7.3 branch. Discussion ---------- [DependencyInjection] Remove unused variable | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT This variable became unused after #62329. Commits ------- f75f12f [DependencyInjection] Remove unused variable
2 parents 7067d69 + f75f12f commit f950f8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ private function findAndSortTaggedServices(string|TaggedIteratorArgument $tagNam
5151
}
5252

5353
$parameterBag = $container->getParameterBag();
54-
$i = 0;
5554
$services = [];
5655

5756
foreach ($container->findTaggedServiceIds($tagName, true) as $serviceId => $attributes) {

0 commit comments

Comments
 (0)