Completed
Push — master ( d04ae6...69a1ae )
by Maxence
02:17
created
lib/Service/FilesService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
 				// TODO - update $document with a error status instead of just ignore !
370 370
 				$document->getIndex()
371 371
 						 ->setStatus(Index::INDEX_IGNORE);
372
-				echo 'Exception: ' . json_encode($e->getTrace()) . ' - ' . $e->getMessage()
372
+				echo 'Exception: '.json_encode($e->getTrace()).' - '.$e->getMessage()
373 373
 					 . "\n";
374 374
 			}
375 375
 
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
 					(!is_string($path)) ? $path = '' : $path;
582 582
 
583 583
 			} catch (Exception $e) {
584
-				$this->miscService->log('Issue while getting information on documentId:' . $document->getId(), 0);
584
+				$this->miscService->log('Issue while getting information on documentId:'.$document->getId(), 0);
585 585
 			}
586 586
 		}
587 587
 
Please login to merge, or discard this patch.