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 afb9a18 commit 1d6b19fCopy full SHA for 1d6b19f
src/Application.php
@@ -37,7 +37,7 @@ public function __construct(ContainerInterface $container)
37
/**
38
* @inheritdoc
39
*/
40
- protected function getDefaultCommands()
+ protected function getDefaultCommands(): array
41
{
42
return array_merge(parent::getDefaultCommands(), [
43
$this->container->get(Command\Apply::class),
src/ApplicationEce.php
$this->container->get(Command\Ece\Apply::class),
0 commit comments