Skip to content

Commit ef4eb83

Browse files
committed
MCLOUD-11659: Add php 8.3 to magento-cloud-docker
1 parent 6aee55c commit ef4eb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(ContainerInterface $container)
3535
/**
3636
* @inheritdoc
3737
*/
38-
protected function getDefaultCommands()
38+
protected function getDefaultCommands(): array
3939
{
4040
return array_merge(parent::getDefaultCommands(), [
4141
$this->container->get(Command\BuildCompose::class),

0 commit comments

Comments
 (0)