Skip to content

Commit cfb9a5e

Browse files
authored
Merge pull request #97 from francescolaffi/patch-1
cleanup boilerplate comment in GraphqliteCompilerPass
2 parents fc7bcc5 + 09ccdcd commit cfb9a5e

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)