Skip to content

Commit 5bcf28e

Browse files
committed
chore: add missing ;
1 parent dca7c44 commit 5bcf28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Yii2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function startApp(?\yii\log\Logger $logger = null): void
295295
return true;
296296
},
297297
self::MAIL_IGNORE => null// Do nothing
298-
}
298+
};
299299
Yii::$app = Yii::createObject($config);
300300

301301
if ($logger instanceof \yii\log\Logger) {

0 commit comments

Comments
 (0)