Completed
Push — master ( 679959...72d37e )
by Maxence
02:10
created
lib/Provider/FilesProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/Service/FilesService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.