diff --git a/framework/db/QueryTrait.php b/framework/db/QueryTrait.php index e9dc68e..4f2789d 100644 --- a/framework/db/QueryTrait.php +++ b/framework/db/QueryTrait.php @@ -85,7 +85,7 @@ trait QueryTrait * * See [[QueryInterface::where()]] for detailed documentation. * - * @param array $condition the conditions that should be put in the WHERE part. + * @param string|array $condition the conditions that should be put in the WHERE part. * @return $this the query object itself * @see andWhere() * @see orWhere()