From 2b593da08f3f7ee3caa0b59de2e048a7350397f0 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Tue, 22 Apr 2014 20:14:49 +0200 Subject: [PATCH] phpdoc issue [ci skip] --- framework/db/ActiveRelationTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/db/ActiveRelationTrait.php b/framework/db/ActiveRelationTrait.php index 91112de66e..29ad0e4d9f 100644 --- a/framework/db/ActiveRelationTrait.php +++ b/framework/db/ActiveRelationTrait.php @@ -44,7 +44,7 @@ trait ActiveRelationTrait */ public $link; /** - * @var array the query associated with the pivot table. Please call [[via()]] + * @var array|object the query associated with the pivot table. Please call [[via()]] * to set this property instead of directly setting it. * This property is only used in relational context. * @see via()