Skip to content

Commit 90a1d2c

Browse files
authored
Merge pull request #94 from rajeshreeputra/rajeshreeputra-patch-1
Update CompletionCommand.php to Add return type (broken with console >=6.3)
2 parents a0b405f + 502e269 commit 90a1d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CompletionCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getNativeDefinition(): InputDefinition
5151
* Any global options defined by user-code are meaningless to this command.
5252
* Options outside of the core defaults are ignored to avoid name and shortcut conflicts.
5353
*/
54-
public function mergeApplicationDefinition($mergeArgs = true)
54+
public function mergeApplicationDefinition($mergeArgs = true): void
5555
{
5656
// Get current application options
5757
$appDefinition = $this->getApplication()->getDefinition();

0 commit comments

Comments
 (0)