We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 406a49b + 84897c0 commit 806f25dCopy full SHA for 806f25d
service_container/alias_private.rst
@@ -284,7 +284,7 @@ The following example shows how to inject an anonymous service into another serv
284
$services = $configurator->services();
285
286
$services->set(Foo::class)
287
- // In versions earlier to Symfony 5.1 the inline_service() function was called service()
+ // In versions earlier to Symfony 5.1 the inline_service() function was called inline()
288
->args([inline_service(AnonymousBar::class)])
289
};
290
0 commit comments