Completed
Push — master ( 8950f9...87c90f )
by
unknown
27:18
created
apps/dav/lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 		try {
43 43
 			$absence = $this->absenceMapper->findById($id);
44 44
 		} catch (DoesNotExistException $e) {
45
-			$this->logger->error('Failed to dispatch out-of-office event: ' . $e->getMessage(), [
45
+			$this->logger->error('Failed to dispatch out-of-office event: '.$e->getMessage(), [
46 46
 				'exception' => $e,
47 47
 				'argument' => $argument,
48 48
 			]);
Please login to merge, or discard this patch.