Completed
Pull Request — master (#25)
by
unknown
03:13
created
lib/Mongo/MongoUpdateBatch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/Mongo/MongoDeleteBatch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/Mongo/MongoInsertBatch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.