diff --git a/src/Codeception/Lib/Connector/Yii2.php b/src/Codeception/Lib/Connector/Yii2.php index 4094ca1..fadb35e 100644 --- a/src/Codeception/Lib/Connector/Yii2.php +++ b/src/Codeception/Lib/Connector/Yii2.php @@ -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';