Commit ff83bd1b by Carsten Brandt

removed todo

fixes #2887
parent 745c2053
......@@ -203,8 +203,6 @@ class QueryBuilder extends \yii\base\Object
return count($parts) === 1 ? $parts[0] : ['and' => $parts];
}
// TODO implement these methods correctly
private function buildNotCondition($operator, $operands, &$params)
{
if (count($operands) != 1) {
......
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