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, 0 insertions, 2 deletions
diff --git a/vendor/sabre/dav/lib/DAVACL/IACL.php b/vendor/sabre/dav/lib/DAVACL/IACL.php index d19a075be..291fb24ae 100644 --- a/vendor/sabre/dav/lib/DAVACL/IACL.php +++ b/vendor/sabre/dav/lib/DAVACL/IACL.php @@ -53,8 +53,6 @@ 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); |