@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @see http://php.net/manual/en/mongoupdatebatch.construct.php |
| 28 | 28 | * @param MongoCollection $collection |
| 29 | - * @param array $writeOptions |
|
| 29 | + * @param array $writeOption |
|
| 30 | 30 | */ |
| 31 | 31 | public function __construct(MongoCollection $collection, array $writeOption = []) |
| 32 | 32 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @see http://php.net/manual/en/mongoupdatebatch.construct.php |
| 28 | 28 | * @param MongoCollection $collection |
| 29 | - * @param array $writeOptions |
|
| 29 | + * @param array $writeOption |
|
| 30 | 30 | */ |
| 31 | 31 | public function __construct(MongoCollection $collection, array $writeOption = []) |
| 32 | 32 | { |