diff options
Diffstat (limited to 'vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php')
-rw-r--r-- | vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php b/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php index 710095bb2..166721eb3 100644 --- a/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php +++ b/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php @@ -98,8 +98,6 @@ class InviteReply implements XmlDeserializable * $reader->parseInnerTree() will parse the entire sub-tree, and advance to * the next element. * - * @param Reader $reader - * * @return mixed */ public static function xmlDeserialize(Reader $reader) |