@@ -82,7 +82,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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; |