Skip to content

Commit 5a5fa52

Browse files
committed
Add annotation to skip operation
1 parent c4514b0 commit 5a5fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Aggregation/Skip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Skip extends AbstractAggregation
2424
* @param RethinkInterface $rethink
2525
* @param MessageInterface $message
2626
* @param QueryInterface $query
27-
* @param $n
27+
* @param int $n
2828
*/
2929
public function __construct(
3030
RethinkInterface $rethink,

0 commit comments

Comments
 (0)