aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php')
-rw-r--r--vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php b/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
index 8bfa7446a..7d125cf89 100644
--- a/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+++ b/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
@@ -51,6 +51,7 @@ interface BackendInterface
*
* @param string $principalUri
* @param string $calendarUri
+ * @param array $properties
*
* @return mixed
*/
@@ -68,7 +69,8 @@ interface BackendInterface
*
* Read the PropPatch documentation for more info and examples.
*
- * @param mixed $calendarId
+ * @param mixed $calendarId
+ * @param \Sabre\DAV\PropPatch $propPatch
*/
public function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
@@ -141,6 +143,7 @@ interface BackendInterface
* If the backend supports this, it may allow for some speed-ups.
*
* @param mixed $calendarId
+ * @param array $uris
*
* @return array
*/
@@ -244,6 +247,7 @@ interface BackendInterface
* to think of.
*
* @param mixed $calendarId
+ * @param array $filters
*
* @return array
*/