Completed
Pull Request — master (#3614)
by Björn
26:43 queued 10:39
created
apps/dav/lib/CardDAV/SyncService.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,6 +165,7 @@  discard block
 block discarded – undo
165 165
 	 * @param string $url
166 166
 	 * @param string $sharedSecret
167 167
 	 * @param string $resourcePath
168
+	 * @param string $userName
168 169
 	 * @return array
169 170
 	 */
170 171
 	protected function download($url, $userName, $sharedSecret, $resourcePath) {
@@ -265,7 +266,7 @@  discard block
 block discarded – undo
265 266
 	}
266 267
 
267 268
 	/**
268
-	 * @return array|null
269
+	 * @return string
269 270
 	 */
270 271
 	public function getLocalSystemAddressBook() {
271 272
 		if (is_null($this->localSystemAddressBook)) {
Please login to merge, or discard this patch.