aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php')
-rw-r--r--vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php b/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
index 56b2fe938..182b70c8e 100644
--- a/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
+++ b/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
@@ -60,6 +60,8 @@ class Plugin extends ServerPlugin
* addPlugin is called.
*
* This method should set up the required event subscriptions.
+ *
+ * @param Server $server
*/
public function initialize(Server $server)
{
@@ -78,6 +80,9 @@ class Plugin extends ServerPlugin
/**
* PropFind.
+ *
+ * @param PropFind $propFind
+ * @param BaseINode $node
*/
public function propFind(PropFind $propFind, BaseINode $node)
{
@@ -107,6 +112,9 @@ class Plugin extends ServerPlugin
*
* We use this to intercept GET calls to notification nodes, and return the
* proper response.
+ *
+ * @param RequestInterface $request
+ * @param ResponseInterface $response
*/
public function httpGet(RequestInterface $request, ResponseInterface $response)
{