Skip to content

Commit dd1fef8

Browse files
author
Bizley
authored
Merge pull request #346 from yiisoft/fix-make-download-for-site
Fix-make-download-for-site
2 parents f93d14c + f327900 commit dd1fef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QueryBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function distinct($collectionName, $fieldName, $condition = [], $options
296296
/**
297297
* Generates 'group' command.
298298
* @param string $collectionName
299-
* @@param mixed $keys fields to group by. If an array or non-code object is passed,
299+
* @param mixed $keys fields to group by. If an array or non-code object is passed,
300300
* it will be the key used to group results. If instance of [[Javascript]] passed,
301301
* it will be treated as a function that returns the key to group by.
302302
* @param array $initial Initial value of the aggregation counter object.
@@ -913,4 +913,4 @@ public function buildSimpleCondition($operator, $operands)
913913

914914
return [$column => [$operator => $value]];
915915
}
916-
}
916+
}

0 commit comments

Comments
 (0)