Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e339595

Browse files
committed
fixup
1 parent 618bac0 commit e339595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console/calling_commands.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ method)::
3131
{
3232
$greetInput = new ArrayInput([
3333
// the command name is passed as first argument
34-
'command_name' => 'demo:greet',
35-
'name' => 'Fabien',
36-
'--yell' => true,
34+
'command' => 'demo:greet',
35+
'name' => 'Fabien',
36+
'--yell' => true,
3737
]);
3838

3939
$returnCode = $this->getApplication()->doRun($greetInput, $output);

0 commit comments

Comments
 (0)