Skip to content

Commit 83428ec

Browse files
committed
minor #7086 Update bug documentation input console /console/input.rst (Quiss)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #7086). Discussion ---------- Update bug documentation input console /console/input.rst Commits ------- b965e47 Update bug documintation input console /console/input.rst
2 parents 8bafcea + b965e47 commit 83428ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You now have access to a ``last_name`` argument in your command::
4141
{
4242
$text = 'Hi '.$input->getArgument('name');
4343

44-
$lastName = $input->getArgument('last_name')
44+
$lastName = $input->getArgument('last_name');
4545
if ($lastName) {
4646
$text .= ' '.$lastName;
4747
}

0 commit comments

Comments
 (0)