Skip to content

Commit 1d6b19f

Browse files
committed
MCLOUD-11527: Added support for PHP 8.3
1 parent afb9a18 commit 1d6b19f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(ContainerInterface $container)
3737
/**
3838
* @inheritdoc
3939
*/
40-
protected function getDefaultCommands()
40+
protected function getDefaultCommands(): array
4141
{
4242
return array_merge(parent::getDefaultCommands(), [
4343
$this->container->get(Command\Apply::class),

src/ApplicationEce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(ContainerInterface $container)
3737
/**
3838
* @inheritdoc
3939
*/
40-
protected function getDefaultCommands()
40+
protected function getDefaultCommands(): array
4141
{
4242
return array_merge(parent::getDefaultCommands(), [
4343
$this->container->get(Command\Ece\Apply::class),

0 commit comments

Comments
 (0)