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 64ba3bd commit eed9383Copy full SHA for eed9383
tests/functional/Codeception/MagentoDb.php
@@ -113,7 +113,7 @@ public function _beforeStep(Step $step)
113
/**
114
* @inheritdoc
115
*/
116
- public function _after(TestInterface $test)
+ public function _after(TestInterface $test): void
117
{
118
$this->disconnectDatabases();
119
}
@@ -134,5 +134,5 @@ public function _beforeSuite($settings = []): void {}
134
* This method is overridden to avoid connection attempts before running Docker
135
* {@inheritdoc}
136
137
- public function _before(TestInterface $test) {}
+ public function _before(TestInterface $test): void {}
138
0 commit comments