Completed
Push — master ( c8469e...07cb67 )
by Maxence
01:51
created
lib/Service/GroupFoldersService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -203,11 +203,11 @@
 block discarded – undo
203 203
 
204 204
 
205 205
 		foreach ($mounts as $path => $mount) {
206
-			echo '---------------- ' . json_encode($mount) . "\n";
206
+			echo '---------------- '.json_encode($mount)."\n";
207 207
 
208 208
 			$mountPoint = new MountPoint();
209 209
 			$mountPoint->setId($mount['id'])
210
-					   ->setPath('/' . $userId . '/files/' . $mount['mount_point'])
210
+					   ->setPath('/'.$userId.'/files/'.$mount['mount_point'])
211 211
 					   ->setGroups(array_keys($mount['groups']));
212 212
 			$mountPoints[] = $mountPoint;
213 213
 		}
Please login to merge, or discard this patch.