Skip to content

Commit 64ba3bd

Browse files
committed
MCLOUD-11659: Add php 8.3 to magento-cloud-docker
1 parent 0631039 commit 64ba3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/Codeception/MagentoDb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function _initialize(): void {}
128128
* This method is overridden to avoid connection attempts before running Docker
129129
* {@inheritdoc}
130130
*/
131-
public function _beforeSuite($settings = []) {}
131+
public function _beforeSuite($settings = []): void {}
132132

133133
/**
134134
* This method is overridden to avoid connection attempts before running Docker

0 commit comments

Comments
 (0)