Commit 7deb26f6 by Arthur Khachaturov

Fix PHPDoc

parent f526cc7a
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment