@@ -566,7 +566,6 @@ discard block |
||
566 | 566 | * |
567 | 567 | * @see Builder::geoWithinPolygon() |
568 | 568 | * @see http://docs.mongodb.org/manual/reference/operator/polygon/ |
569 | - * @param array $point,... Three or more point coordinate tuples |
|
570 | 569 | * @return $this |
571 | 570 | * @throws \InvalidArgumentException if less than three points are given |
572 | 571 | */ |
@@ -802,7 +801,7 @@ discard block |
||
802 | 801 | * @see Builder::mod() |
803 | 802 | * @see http://docs.mongodb.org/manual/reference/operator/mod/ |
804 | 803 | * @param float|integer $divisor |
805 | - * @param float|integer $remainder |
|
804 | + * @param integer $remainder |
|
806 | 805 | * @return $this |
807 | 806 | */ |
808 | 807 | public function mod($divisor, $remainder = 0) |