@@ -570,7 +570,7 @@ |
||
| 570 | 570 | /** |
| 571 | 571 | * @param string $documentName |
| 572 | 572 | * |
| 573 | - * @return array |
|
| 573 | + * @return string |
|
| 574 | 574 | */ |
| 575 | 575 | private function runShardCollectionCommand($documentName) |
| 576 | 576 | { |
@@ -482,7 +482,7 @@ |
||
| 482 | 482 | * @see Expr::mod() |
| 483 | 483 | * @see http://docs.mongodb.org/manual/reference/operator/mod/ |
| 484 | 484 | * @param float|integer $divisor |
| 485 | - * @param float|integer $remainder |
|
| 485 | + * @param integer $remainder |
|
| 486 | 486 | * @return $this |
| 487 | 487 | */ |
| 488 | 488 | public function mod($divisor, $remainder = 0) |