We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75f2fdf + 7414466 commit 86b958cCopy full SHA for 86b958c
src/Codeception/Lib/Connector/Yii2.php
@@ -40,7 +40,7 @@ class Yii2 extends Client
40
/**
41
* Clean the response object by resetting specific properties via its' `clear()` method.
42
* This will keep behaviors / event handlers, but could inadvertently leave some changes intact.
43
- * @see \Yii\web\Response::clear()
+ * @see \yii\web\Response::clear()
44
*/
45
const CLEAN_CLEAR = 'clear';
46
0 commit comments