Browse Source

Merge pull request #4806 from mrarthur/patch-5

Fix PHPDoc
tags/2.0.0-rc
Alexander Makarov 10 years ago
parent
commit
2a3f19e90e
  1. 1
      framework/db/QueryBuilder.php

1
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)
{

Loading…
Cancel
Save