Completed
Pull Request — master (#22728)
by Robin
09:49
created
apps/files_sharing/lib/external/storage.php 1 patch
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.