Skip to content

Commit

Permalink
Merge pull request #94 from rajeshreeputra/rajeshreeputra-patch-1
Browse files Browse the repository at this point in the history
Update CompletionCommand.php to Add return type (broken with console >=6.3)
  • Loading branch information
stecman committed Jun 23, 2023
2 parents a0b405f + 502e269 commit 90a1d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompletionCommand.php
Expand Up @@ -51,7 +51,7 @@ public function getNativeDefinition(): InputDefinition
* Any global options defined by user-code are meaningless to this command.
* Options outside of the core defaults are ignored to avoid name and shortcut conflicts.
*/
public function mergeApplicationDefinition($mergeArgs = true)
public function mergeApplicationDefinition($mergeArgs = true): void
{
// Get current application options
$appDefinition = $this->getApplication()->getDefinition();
Expand Down

0 comments on commit 90a1d2c

Please sign in to comment.