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/Parser/MimeDir.php')
-rw-r--r--sabre/vobject/lib/Parser/MimeDir.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sabre/vobject/lib/Parser/MimeDir.php b/sabre/vobject/lib/Parser/MimeDir.php
index f6ffc37b..db0f8153 100644
--- a/sabre/vobject/lib/Parser/MimeDir.php
+++ b/sabre/vobject/lib/Parser/MimeDir.php
@@ -518,7 +518,7 @@ class MimeDir extends Parser
*
* Now for the parameters
*
- * If delimiter is not set (null) this method will just return a string.
+ * If delimiter is not set (empty string) this method will just return a string.
* If it's a comma or a semi-colon the string will be split on those
* characters, and always return an array.
*