@@ -94,7 +94,7 @@ discard block |
||
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 |
||
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 |