@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | * |
130 | 130 | * @param string $userId |
131 | 131 | * |
132 | - * @return IndexDocument[] |
|
132 | + * @return FilesDocument[] |
|
133 | 133 | * @throws InterruptException |
134 | 134 | * @throws TickDoesNotExistException |
135 | 135 | * @throws InvalidPathException |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | * |
149 | 149 | * @param IndexDocument[] $chunk |
150 | 150 | * |
151 | - * @return IndexDocument[] |
|
151 | + * @return FilesDocument[] |
|
152 | 152 | */ |
153 | 153 | public function fillIndexDocuments($chunk) { |
154 | 154 | |
@@ -162,7 +162,7 @@ discard block |
||
162 | 162 | /** |
163 | 163 | * @param Index $index |
164 | 164 | * |
165 | - * @return IndexDocument|null |
|
165 | + * @return FilesDocument|null |
|
166 | 166 | * @throws InvalidPathException |
167 | 167 | * @throws NotFoundException |
168 | 168 | * @throws NotPermittedException |
@@ -223,7 +223,7 @@ |
||
223 | 223 | |
224 | 224 | |
225 | 225 | /** |
226 | - * @param $userId |
|
226 | + * @param string $userId |
|
227 | 227 | * |
228 | 228 | * @return ExternalMount[] |
229 | 229 | */ |