Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commita81d367

Browse files
committed
bugsymfony#3786 replaceArguments should be setArguments (RobinvdVleuten)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closessymfony#3786).Discussion----------replaceArguments should be setArgumentsThe method _replaceArguments_ doesn't exists, this should be _setArguments_.Commits-------1d7543c replaceArguments should be setArguments
2 parents79322ff +216b620 commita81d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/dependency_injection/definitions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In a similar way you can replace an already set argument by index using::
8888
You can also replace all the arguments (or set some if there are none) with
8989
an array of arguments::
9090

91-
$definition->replaceArguments($arguments);
91+
$definition->setArguments($arguments);
9292

9393
Method Calls
9494
~~~~~~~~~~~~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp