Skip to content

Commit 2971f1f

Browse files
authored
Merge pull request #93 from jafaripur/patch-1
Fix runtime fatal error Declaration in Yii2.php
2 parents d819def + b95385d commit 2971f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Codeception/Lib/Connector/Yii2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ protected function mockMailer(array $config)
480480
return $config;
481481
}
482482

483-
public function restart()
483+
public function restart(): void
484484
{
485485
parent::restart();
486486
$this->resetApplication();

0 commit comments

Comments
 (0)