Skip to content

Commit 1d7543c

Browse files
replaceArguments should be setArguments
1 parent 1172b7d commit 1d7543c

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)