@@ -233,7 +233,7 @@ |
||
| 233 | 233 | * |
| 234 | 234 | * @param string $userId |
| 235 | 235 | * |
| 236 | - * @return IndexDocument[] |
|
| 236 | + * @return FilesDocument[] |
|
| 237 | 237 | * @throws InterruptException |
| 238 | 238 | * @throws TickDoesNotExistException |
| 239 | 239 | * @throws InvalidPathException |
@@ -373,7 +373,7 @@ discard block |
||
| 373 | 373 | // TODO - update $document with a error status instead of just ignore ! |
| 374 | 374 | $document->getIndex() |
| 375 | 375 | ->setStatus(Index::INDEX_IGNORE); |
| 376 | - echo 'Exception: ' . json_encode($e->getTrace()) . ' - ' . $e->getMessage() |
|
| 376 | + echo 'Exception: '.json_encode($e->getTrace()).' - '.$e->getMessage() |
|
| 377 | 377 | . "\n"; |
| 378 | 378 | } |
| 379 | 379 | } |
@@ -577,7 +577,7 @@ discard block |
||
| 577 | 577 | |
| 578 | 578 | } catch (Exception $e) { |
| 579 | 579 | $this->miscService->log( |
| 580 | - 'Issue while getting information on documentId:' . $document->getId(), 0 |
|
| 580 | + 'Issue while getting information on documentId:'.$document->getId(), 0 |
|
| 581 | 581 | ); |
| 582 | 582 | } |
| 583 | 583 | } |