Completed
Pull Request — master (#25351)
by Thomas
12:00
created
apps/dav/lib/CalDAV/CalDavBackend.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1066,7 +1066,7 @@  discard block
 block discarded – undo
1066 1066
 	 * @param string $principalUri
1067 1067
 	 * @param string $uri
1068 1068
 	 * @param array $properties
1069
-	 * @return mixed
1069
+	 * @return integer
1070 1070
 	 */
1071 1071
 	function createSubscription($principalUri, $uri, array $properties) {
1072 1072
 
@@ -1429,7 +1429,7 @@  discard block
 block discarded – undo
1429 1429
 	}
1430 1430
 
1431 1431
 	/**
1432
-	 * @param OCA\DAV\CalDAV\Calendar $sharable
1432
+	 * @param Calendar $sharable
1433 1433
 	 * @param bool $value
1434 1434
 	 * @return void
1435 1435
 	 */
@@ -1466,6 +1466,9 @@  discard block
 block discarded – undo
1466 1466
 		return $this->sharingBackend->applyShareAcl($resourceId, $acl);
1467 1467
 	}
1468 1468
 
1469
+	/**
1470
+	 * @param boolean $toV2
1471
+	 */
1469 1472
 	private function convertPrincipal($principalUri, $toV2) {
1470 1473
 		if ($this->principalBackend->getPrincipalPrefix() === 'principals') {
1471 1474
 			list(, $name) = URLUtil::splitPath($principalUri);
Please login to merge, or discard this patch.