Passed
Push — master ( 714934...8ee76c )
by Joas
14:28 queued 14s
created
lib/private/Dashboard/Manager.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 				 * we can not inject it. Thus the static call.
83 83
 				 */
84 84
 				\OC::$server->get(LoggerInterface::class)->critical(
85
-					'Could not load lazy dashboard widget: ' . $service['class'],
85
+					'Could not load lazy dashboard widget: '.$service['class'],
86 86
 					['exception' => $e]
87 87
 				);
88 88
 				continue;
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
 				 * we can not inject it. Thus the static call.
100 100
 				 */
101 101
 				\OC::$server->get(LoggerInterface::class)->critical(
102
-					'Could not register lazy dashboard widget: ' . $service['class'],
102
+					'Could not register lazy dashboard widget: '.$service['class'],
103 103
 					['exception' => $e]
104 104
 				);
105 105
 				continue;
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
 				}
122 122
 			} catch (Throwable $e) {
123 123
 				\OC::$server->get(LoggerInterface::class)->critical(
124
-					'Error during dashboard widget loading: ' . $service['class'],
124
+					'Error during dashboard widget loading: '.$service['class'],
125 125
 					['exception' => $e]
126 126
 				);
127 127
 				continue;
Please login to merge, or discard this patch.