Completed
Push — master ( 6dec95...e32915 )
by Joao
03:32
created
src/Store/MongoDbDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
 
100 100
     /**
101 101
      * @param $idDocument
102
-     * @param null $collection
102
+     * @param string $collection
103 103
      * @return \ByJG\AnyDataset\NoSqlDocument|null
104 104
      * @throws \MongoDB\Driver\Exception\Exception
105 105
      * @throws \ByJG\Serializer\Exception\InvalidArgumentException
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
     /**
121 121
      * @param \ByJG\AnyDataset\Dataset\IteratorFilter $filter
122
-     * @param null $collection
122
+     * @param null|string $collection
123 123
      * @return \ByJG\AnyDataset\NoSqlDocument[]|null
124 124
      * @throws \MongoDB\Driver\Exception\Exception
125 125
      * @throws \ByJG\Serializer\Exception\InvalidArgumentException
Please login to merge, or discard this patch.