Skip to content

Commit a81d367

Browse files
committed
bug #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 (closes #3786). Discussion ---------- replaceArguments should be setArguments The method _replaceArguments_ doesn't exists, this should be _setArguments_. Commits ------- 1d7543c replaceArguments should be setArguments
2 parents 79322ff + 216b620 commit a81d367

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)