Skip to content

Commit 502e269

Browse files
Update CompletionCommand.php
Add return type
1 parent a0b405f commit 502e269

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)