Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sabre/vobject/lib/Property.php')
-rw-r--r--sabre/vobject/lib/Property.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sabre/vobject/lib/Property.php b/sabre/vobject/lib/Property.php
index 6219c9b6..50cda968 100644
--- a/sabre/vobject/lib/Property.php
+++ b/sabre/vobject/lib/Property.php
@@ -52,7 +52,7 @@ abstract class Property extends Node
* In case this is a multi-value property. This string will be used as a
* delimiter.
*
- * @var string|null
+ * @var string
*/
public $delimiter = ';';