Skip to content

Commit eed9383

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/Codeception/MagentoDb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function _beforeStep(Step $step)
113113
/**
114114
* @inheritdoc
115115
*/
116-
public function _after(TestInterface $test)
116+
public function _after(TestInterface $test): void
117117
{
118118
$this->disconnectDatabases();
119119
}
@@ -134,5 +134,5 @@ public function _beforeSuite($settings = []): void {}
134134
* This method is overridden to avoid connection attempts before running Docker
135135
* {@inheritdoc}
136136
*/
137-
public function _before(TestInterface $test) {}
137+
public function _before(TestInterface $test): void {}
138138
}

0 commit comments

Comments
 (0)