diff options
Diffstat (limited to 'vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php')
-rw-r--r-- | vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php b/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php index 224f52c96..58acb6d54 100644 --- a/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php +++ b/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php @@ -68,8 +68,6 @@ class AllowedSharingModes implements XmlSerializable * This allows serializers to be re-used for different element names. * * If you are opening new elements, you must also close them again. - * - * @param Writer $writer */ public function xmlSerialize(Writer $writer) { |