Completed
Push — master ( 112f6f...d692f3 )
by
unknown
20:22 queued 14s
created
apps/files/lib/Activity/FavoriteProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
 		}
139 139
 		$parameter = [
140 140
 			'type' => 'file',
141
-			'id' => (string)$subjectParams['id'],
141
+			'id' => (string) $subjectParams['id'],
142 142
 			'name' => basename($subjectParams['path']),
143 143
 			'path' => trim($subjectParams['path'], '/'),
144 144
 			'link' => $this->url->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $subjectParams['id']]),
Please login to merge, or discard this patch.