Completed
Pull Request — master (#22728)
by Lukas
09:01
created
apps/files_sharing/lib/external/storage.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -232,6 +232,9 @@
 block discarded – undo
232 232
 		}
233 233
 	}
234 234
 
235
+	/**
236
+	 * @param string $url
237
+	 */
235 238
 	private function testRemoteUrl($url) {
236 239
 		$result = file_get_contents($url);
237 240
 		$data = json_decode($result);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 
28 28
 use OC\Files\Storage\DAV;
29 29
 use OC\ForbiddenException;
30
-use OCA\FederatedFileSharing\DiscoveryManager;
31 30
 use OCA\Files_Sharing\ISharedStorage;
32 31
 use OCP\Files\NotFoundException;
33 32
 use OCP\Files\StorageInvalidException;
Please login to merge, or discard this patch.