diff --git a/tests/unit/framework/ar/ActiveRecordTestTrait.php b/tests/unit/framework/ar/ActiveRecordTestTrait.php index 840860f619..88ab57b23e 100644 --- a/tests/unit/framework/ar/ActiveRecordTestTrait.php +++ b/tests/unit/framework/ar/ActiveRecordTestTrait.php @@ -728,7 +728,7 @@ trait ActiveRecordTestTrait public function testUnlinkAll() { - /** @var \yii\db\ActiveRecordInterface $customewdfsdfdfsfd + /** @var \yii\db\ActiveRecordInterface $customerClass */ $customerClass = $this->getCustomerClass(); /** @var \yii\db\ActiveRecordInterface $orderClass */ $orderClass = $this->getOrderClass();