Skip to content

Commit

Permalink
Fix docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Sep 16, 2018
1 parent c49c023 commit d7d8c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Api/Adapter/AbstractEntityAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ public function sortByCount(QueryBuilder $qb, array $query,
* Set page, limit (max results) and offset (first result) conditions to the
* query builder.
*
* @param array $query
* @param QueryBuilder $qb
* @param array $query
*/
public function limitQuery(QueryBuilder $qb, array $query)
{
Expand Down

0 comments on commit d7d8c4f

Please sign in to comment.