aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/lib/Component.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/vobject/lib/Component.php')
-rw-r--r--vendor/sabre/vobject/lib/Component.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/vobject/lib/Component.php b/vendor/sabre/vobject/lib/Component.php
index a929387a3..ca82ad49b 100644
--- a/vendor/sabre/vobject/lib/Component.php
+++ b/vendor/sabre/vobject/lib/Component.php
@@ -368,7 +368,7 @@ class Component extends Node
*
* @param Xml\Writer $writer XML writer
*/
- public function xmlSerialize(Xml\Writer $writer)
+ public function xmlSerialize(Xml\Writer $writer): void
{
$components = [];
$properties = [];