summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/Sharing/IShareable.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/DAV/Sharing/IShareable.php')
-rw-r--r--apps/dav/lib/DAV/Sharing/IShareable.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/lib/DAV/Sharing/IShareable.php b/apps/dav/lib/DAV/Sharing/IShareable.php
index 1293721040a..ffe9e3691dc 100644
--- a/apps/dav/lib/DAV/Sharing/IShareable.php
+++ b/apps/dav/lib/DAV/Sharing/IShareable.php
@@ -49,7 +49,7 @@ interface IShareable extends INode {
* @param array $remove
* @return void
*/
- function updateShares(array $add, array $remove);
+ public function updateShares(array $add, array $remove);
/**
* Returns the list of people whom this resource is shared with.
@@ -63,7 +63,7 @@ interface IShareable extends INode {
*
* @return array
*/
- function getShares();
+ public function getShares();
/**
* @return int