From 7deb26f6c80f477a3bd580b4a81e998a7bf0b329 Mon Sep 17 00:00:00 2001 From: Arthur Khachaturov Date: Sun, 24 Aug 2014 23:25:08 +0400 Subject: [PATCH] Fix PHPDoc --- framework/db/QueryBuilder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/db/QueryBuilder.php b/framework/db/QueryBuilder.php index bb8f4db..e31685e 100644 --- a/framework/db/QueryBuilder.php +++ b/framework/db/QueryBuilder.php @@ -1202,6 +1202,7 @@ class QueryBuilder extends \yii\base\Object * @param array $operands contains two column names. * @param array $params the binding parameters to be populated * @return string the generated SQL expression + * @throws InvalidParamException if wrong number of operands have been given. */ public function buildSimpleCondition($operator, $operands, &$params) {