From 38e40cdad8b4bbdb771b47d96ef603834f9b9b02 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 22 Jan 2024 15:50:38 +0100 Subject: [PATCH] Fix: Creation of dynamic property is deprecated Creation of dynamic property CalFileParser::$_default_output is deprecated --- CalFileParser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CalFileParser.php b/CalFileParser.php index 7a7b397..66c10f7 100644 --- a/CalFileParser.php +++ b/CalFileParser.php @@ -20,6 +20,7 @@ class CalFileParser { private $DTfields = array('DTSTART', 'DTEND', 'DTSTAMP', 'CREATED', 'EXDATE', 'LAST-MODIFIED'); private $_user_timezone = null; private $_file_timezone = null; + private $_default_output = null; function __construct() { $this->_default_output = $this->_output;