Completed
Pull Request — master (#1714)
by
unknown
11:33
created
lib/Doctrine/ODM/MongoDB/Query/Expr.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -566,7 +566,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.