Completed
Push — master ( ce24c1...6d98ad )
by Maxence
24:46
created
lib/Service/FilesService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
 			// TODO - update $document with a error status instead of just ignore !
408 408
 			$document->getIndex()
409 409
 					 ->setStatus(IIndex::INDEX_IGNORE);
410
-			echo 'Exception: ' . json_encode($e->getTrace()) . ' - ' . $e->getMessage()
410
+			echo 'Exception: '.json_encode($e->getTrace()).' - '.$e->getMessage()
411 411
 				 . "\n";
412 412
 		}
413 413
 	}
@@ -605,7 +605,7 @@  discard block
 block discarded – undo
605 605
 
606 606
 			} catch (Exception $e) {
607 607
 				$this->miscService->log(
608
-					'Issue while getting information on documentId:' . $document->getId(), 0
608
+					'Issue while getting information on documentId:'.$document->getId(), 0
609 609
 				);
610 610
 			}
611 611
 		}
Please login to merge, or discard this patch.