Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 806f25d

Browse filesBrowse files
committed
minor #13731 fix method name (xabbuh)
This PR was merged into the 5.1 branch. Discussion ---------- fix method name Commits ------- 84897c0 fix method name
2 parents 406a49b + 84897c0 commit 806f25d
Copy full SHA for 806f25d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎service_container/alias_private.rst

Copy file name to clipboardExpand all lines: service_container/alias_private.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The following example shows how to inject an anonymous service into another serv
284284
$services = $configurator->services();
285285
286286
$services->set(Foo::class)
287-
// In versions earlier to Symfony 5.1 the inline_service() function was called service()
287+
// In versions earlier to Symfony 5.1 the inline_service() function was called inline()
288288
->args([inline_service(AnonymousBar::class)])
289289
};
290290

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.