@@ -478,7 +478,7 @@ discard block |
||
| 478 | 478 | $document->getIndex() |
| 479 | 479 | ->setStatus(IIndex::INDEX_IGNORE); |
| 480 | 480 | $this->miscService->log( |
| 481 | - 'Exception while generateDocument: ' . $e->getMessage() . ' - trace: ' |
|
| 481 | + 'Exception while generateDocument: '.$e->getMessage().' - trace: ' |
|
| 482 | 482 | . json_encode($e->getTrace()) |
| 483 | 483 | ); |
| 484 | 484 | } |
@@ -679,7 +679,7 @@ discard block |
||
| 679 | 679 | |
| 680 | 680 | } catch (Exception $e) { |
| 681 | 681 | $this->miscService->log( |
| 682 | - 'Issue while getting information on documentId:' . $document->getId(), 0 |
|
| 682 | + 'Issue while getting information on documentId:'.$document->getId(), 0 |
|
| 683 | 683 | ); |
| 684 | 684 | } |
| 685 | 685 | } |
@@ -1037,7 +1037,7 @@ discard block |
||
| 1037 | 1037 | $path = ''; |
| 1038 | 1038 | } |
| 1039 | 1039 | |
| 1040 | - return (($entrySlash) ? '/' : '') . $path; |
|
| 1040 | + return (($entrySlash) ? '/' : '').$path; |
|
| 1041 | 1041 | } |
| 1042 | 1042 | |
| 1043 | 1043 | } |