Passed
Push — master ( 4d0403...c21d3c )
by John
15:59 queued 14s
created
apps/updatenotification/lib/Notification/Notifier.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 				]);
138 138
 
139 139
 			if ($this->isAdmin()) {
140
-				$notification->setLink($this->url->linkToRouteAbsolute('settings.AdminSettings.index', ['section' => 'overview']) . '#version');
140
+				$notification->setLink($this->url->linkToRouteAbsolute('settings.AdminSettings.index', ['section' => 'overview']).'#version');
141 141
 			}
142 142
 		} else {
143 143
 			$appInfo = $this->getAppInfo($notification->getObjectType(), $languageCode);
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 			]);
157 157
 
158 158
 			if ($this->isAdmin()) {
159
-				$notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps', ['category' => 'updates']) . '#app-' . $notification->getObjectType());
159
+				$notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps', ['category' => 'updates']).'#app-'.$notification->getObjectType());
160 160
 			}
161 161
 		}
162 162
 
Please login to merge, or discard this patch.