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.
1 parent 0025e3a commit 84897c0Copy full SHA for 84897c0
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