Skip to content

Commit 86b958c

Browse files
authored
Merge pull request #85 from ilyaplot/master
Fix wrong namespace
2 parents 75f2fdf + 7414466 commit 86b958c

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
@@ -40,7 +40,7 @@ class Yii2 extends Client
4040
/**
4141
* Clean the response object by resetting specific properties via its' `clear()` method.
4242
* This will keep behaviors / event handlers, but could inadvertently leave some changes intact.
43-
* @see \Yii\web\Response::clear()
43+
* @see \yii\web\Response::clear()
4444
*/
4545
const CLEAN_CLEAR = 'clear';
4646

0 commit comments

Comments
 (0)