Skip to content

Commit 09ccdcd

Browse files
cleanup boilerplate comment
stumbled upon a comment that seems to be copied from the tutorial but not relevant to the usage here https://symfony.com/doc/current/service_container/tags.html#create-a-compiler-pass
1 parent fc7bcc5 commit 09ccdcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/GraphqliteCompilerPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ private function mapAdderToTag(string $tag, string $methodName, ContainerBuilder
323323
$taggedServices = $container->findTaggedServiceIds($tag);
324324

325325
foreach ($taggedServices as $id => $tags) {
326-
// add the transport service to the TransportChain service
327326
$schemaFactory->addMethodCall($methodName, [new Reference($id)]);
328327
}
329328
}

0 commit comments

Comments
 (0)