8000 Fix invalid argument · symfony/symfony-docs@d242734 · GitHub
[go: up one dir, main page]

Skip to content

Commit d242734

Browse files
Jannikjaviereguiluz
Jannik
authored andcommitted
Fix invalid argument
1 parent f7eb91c commit d242734

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console/calling_commands.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Calling a command from another one is straightforward::
2020
$command = $this->getApplication()->find('demo:greet');
2121

2222
$arguments = [
23-
'command' => 'demo:greet',
2423
'name' => 'Fabien',
2524
'--yell' => true,
2625
];

0 commit comments

Comments
 (0)
0