Skip to content

Commit 0b5e512

Browse files
committed
Remove unused use statement for TaggedIteratorArgument
1 parent 9a0bce4 commit 0b5e512

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

service_container/tags.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,6 @@ you can define it in the configuration of the collecting service:
10471047
// config/services.php
10481048
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
10491049
1050-
use Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument;
1051-
10521050
return function (ContainerConfigurator $container): void {
10531051
$services = $container->services();
10541052
@@ -1138,7 +1136,6 @@ to index the services:
11381136
11391137
use App\Handler\One;
11401138
use App\Handler\Two;
1141-
use Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument;
11421139
11431140
return function (ContainerConfigurator $container): void {
11441141
$services = $container->services();
@@ -1242,7 +1239,6 @@ get the value used to index the services:
12421239
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
12431240
12441241
use App\HandlerCollection;
1245-
use Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument;
12461242
12471243
return function (ContainerConfigurator $container) {
12481244
$services = $container->services();

0 commit comments

Comments
 (0)