We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f2fdf commit 7414466Copy full SHA for 7414466
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