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 1172b7d commit 1d7543cCopy full SHA for 1d7543c
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