Passed
Push — master ( acba3d...0e2f31 )
by Roeland
35:10 queued 21:35
created
lib/private/Dashboard/Manager.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 				 * we can not inject it. Thus the static call.
74 74
 				 */
75 75
 				\OC::$server->getLogger()->logException($e, [
76
-					'message' => 'Could not load lazy dashbaord widget: ' . $e->getMessage(),
76
+					'message' => 'Could not load lazy dashbaord widget: '.$e->getMessage(),
77 77
 					'level' => ILogger::FATAL,
78 78
 				]);
79 79
 			}
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 				 * we can not inject it. Thus the static call.
90 90
 				 */
91 91
 				\OC::$server->getLogger()->logException($e, [
92
-					'message' => 'Could not register lazy dashboard widget: ' . $e->getMessage(),
92
+					'message' => 'Could not register lazy dashboard widget: '.$e->getMessage(),
93 93
 					'level' => ILogger::FATAL,
94 94
 				]);
95 95
 			}
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 				}
108 108
 			} catch (Throwable $e) {
109 109
 				\OC::$server->getLogger()->logException($e, [
110
-					'message' => 'Error during dashboard widget loading: ' . $e->getMessage(),
110
+					'message' => 'Error during dashboard widget loading: '.$e->getMessage(),
111 111
 					'level' => ILogger::FATAL,
112 112
 				]);
113 113
 			}
Please login to merge, or discard this patch.