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 106a73b commit 682052fCopy full SHA for 682052f
components/dependency_injection/definitions.rst
@@ -66,7 +66,7 @@ To get an array of the constructor arguments for a definition you can use::
66
or to get a single argument by its position::
67
68
$definition->getArgument($index);
69
- //e.g. $definition->getArguments(0) for the first argument
+ //e.g. $definition->getArgument(0) for the first argument
70
71
You can add a new argument to the end of the arguments array using::
72
0 commit comments