Completed
Pull Request — master (#1416)
by Christoph
06:57
created
lib/service/autoconfig/ispdb.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
 		return $provider;
77 77
 	}
78 78
 
79
+	/**
80
+	 * @param string $url
81
+	 */
79 82
 	private function queryUrl($url) {
80 83
 		try {
81 84
 			$file = $this->clientService->newClient()->get($url);
Please login to merge, or discard this patch.