We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0b405f + 502e269 commit 90a1d2cCopy full SHA for 90a1d2c
src/CompletionCommand.php
@@ -51,7 +51,7 @@ public function getNativeDefinition(): InputDefinition
51
* Any global options defined by user-code are meaningless to this command.
52
* Options outside of the core defaults are ignored to avoid name and shortcut conflicts.
53
*/
54
- public function mergeApplicationDefinition($mergeArgs = true)
+ public function mergeApplicationDefinition($mergeArgs = true): void
55
{
56
// Get current application options
57
$appDefinition = $this->getApplication()->getDefinition();
0 commit comments