Skip to content

Commit 7e6e114

Browse files
daifmaxabbuh
authored andcommitted
Add missing ";"
1 parent 87cc6cc commit 7e6e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To use this, just specify as many names as you want:
7979
8080
You can access the ``names`` argument as an array::
8181

82-
$names = $input->getArgument('names')
82+
$names = $input->getArgument('names');
8383
if (count($names) > 0) {
8484
$text .= ' '.implode(', ', $names);
8585
}

0 commit comments

Comments
 (0)