Skip to content

Commit

Permalink
Removing unneeded annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 2, 2016
1 parent 52c7d58 commit cbb1f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ORM/Query.php
Expand Up @@ -67,7 +67,6 @@
* with the first rows of the query and each of the items, then the second rows and so on.
* @method CollectionInterface chunk($size) Groups the results in arrays of $size rows each.
* @method bool isEmpty($size) Returns true if this query found no results.
* @method $this find(string $type, array $options) Compose this query with another finder from the same table.
*/
class Query extends DatabaseQuery implements JsonSerializable, QueryInterface
{
Expand Down

0 comments on commit cbb1f4c

Please sign in to comment.