Skip to content

Commit

Permalink
Merge pull request #85 from ilyaplot/master
Browse files Browse the repository at this point in the history
Fix wrong namespace
  • Loading branch information
SamMousa authored May 8, 2023
2 parents 75f2fdf + 7414466 commit 86b958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Lib/Connector/Yii2.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Yii2 extends Client
/**
* Clean the response object by resetting specific properties via its' `clear()` method.
* This will keep behaviors / event handlers, but could inadvertently leave some changes intact.
* @see \Yii\web\Response::clear()
* @see \yii\web\Response::clear()
*/
const CLEAN_CLEAR = 'clear';

Expand Down

0 comments on commit 86b958c

Please sign in to comment.