Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83428ec

Browse filesBrowse 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
Copy full SHA for 83428ec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎console/input.rst

Copy file name to clipboardExpand all lines: console/input.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.