8000 minor #10767 Change wrong class name (alexchuin) · symfony/symfony-docs@a70e4d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a70e4d4

Browse files
committed
minor #10767 Change wrong class name (alexchuin)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #10767). Discussion ---------- Change wrong class name Hi, I've fixed a little class name error/typo. Alex Commits ------- 4e4eecc Change wrong class name
2 parents 24b6eea + 4e4eecc commit a70e4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ container for any services with the ``app.mail_transport`` tag::
265265
$taggedServices = $container->findTaggedServiceIds('app.mail_transport');
266266

267267
foreach ($taggedServices as $id => $tags) {
268-
// add the transport service to the ChainTransport service
268+
// add the transport service to the TransportChain service
269269
$definition->addMethodCall('addTransport', array(new Reference($id)));
270270
}
271271
}

0 commit comments

Comments
 (0)
0