diff options
Diffstat (limited to 'vendor/sabre/vobject/lib/Property/ICalendar/Period.php')
-rw-r--r-- | vendor/sabre/vobject/lib/Property/ICalendar/Period.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/sabre/vobject/lib/Property/ICalendar/Period.php b/vendor/sabre/vobject/lib/Property/ICalendar/Period.php index eb3752770..17bfa5c5c 100644 --- a/vendor/sabre/vobject/lib/Property/ICalendar/Period.php +++ b/vendor/sabre/vobject/lib/Property/ICalendar/Period.php @@ -67,6 +67,8 @@ class Period extends Property * Sets the json value, as it would appear in a jCard or jCal object. * * The value must always be an array. + * + * @param array $value */ public function setJsonValue(array $value) { |