Passed
Branch master (d51fdb)
by Joao
05:45 queued 02:33
created
src/Store/MongoDbDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * @param $idDocument
97
-     * @param null $collection
97
+     * @param string $collection
98 98
      * @return \ByJG\AnyDataset\NoSqlDocument|null
99 99
      * @throws \Exception
100 100
      * @throws \MongoDB\Driver\Exception\Exception
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * @param \ByJG\AnyDataset\Dataset\IteratorFilter $filter
117
-     * @param null $collection
117
+     * @param null|string $collection
118 118
      * @return \ByJG\AnyDataset\NoSqlDocument[]|null
119 119
      * @throws \Exception
120 120
      * @throws \MongoDB\Driver\Exception\Exception
Please login to merge, or discard this patch.