Skip to content

Commit 619fb2d

Browse files
committed
fix: variable rename
1 parent 4df941f commit 619fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Yii2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function doRequest(object $request): Response
377377
// for exceptions not related to Http, we pass them to Codeception
378378
throw $e;
379379
}
380-
$response = $app->response;
380+
$yiiResponse = $app->response;
381381
}
382382

383383
$this->encodeCookies($yiiResponse, $yiiRequest, $app->security);

0 commit comments

Comments
 (0)