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 79322ff commit 216b620Copy full SHA for 216b620
components/dependency_injection/definitions.rst
@@ -88,7 +88,7 @@ In a similar way you can replace an already set argument by index using::
88
You can also replace all the arguments (or set some if there are none) with
89
an array of arguments::
90
91
- $definition->replaceArguments($arguments);
+ $definition->setArguments($arguments);
92
93
Method Calls
94
~~~~~~~~~~~~
0 commit comments