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.
1 parent 6aee55c commit ef4eb83Copy full SHA for ef4eb83
src/Application.php
@@ -35,7 +35,7 @@ public function __construct(ContainerInterface $container)
35
/**
36
* @inheritdoc
37
*/
38
- protected function getDefaultCommands()
+ protected function getDefaultCommands(): array
39
{
40
return array_merge(parent::getDefaultCommands(), [
41
$this->container->get(Command\BuildCompose::class),
0 commit comments