E577
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 87cc6cc commit 7e6e114Copy full SHA for 7e6e114
console/input.rst
@@ -79,7 +79,7 @@ To use this, just specify as many names as you want:
79
80
You can access the ``names`` argument as an array::
81
82
- $names = $input->getArgument('names')
+ $names = $input->getArgument('names');
83
if (count($names) > 0) {
84
$text .= ' '.implode(', ', $names);
85
}
0 commit comments