diff options
Diffstat (limited to 'vendor/sabre/dav/lib/DAVACL/IACL.php')
-rw-r--r-- | vendor/sabre/dav/lib/DAVACL/IACL.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/sabre/dav/lib/DAVACL/IACL.php b/vendor/sabre/dav/lib/DAVACL/IACL.php index 291fb24ae..d19a075be 100644 --- a/vendor/sabre/dav/lib/DAVACL/IACL.php +++ b/vendor/sabre/dav/lib/DAVACL/IACL.php @@ -53,6 +53,8 @@ interface IACL extends DAV\INode * Updates the ACL. * * This method will receive a list of new ACE's as an array argument. + * + * @param array $acl */ public function setACL(array $acl); |