diff options
Diffstat (limited to 'vendor/sabre/vobject/lib/Property/UtcOffset.php')
-rw-r--r-- | vendor/sabre/vobject/lib/Property/UtcOffset.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/sabre/vobject/lib/Property/UtcOffset.php b/vendor/sabre/vobject/lib/Property/UtcOffset.php index 248ed40ea..732239e23 100644 --- a/vendor/sabre/vobject/lib/Property/UtcOffset.php +++ b/vendor/sabre/vobject/lib/Property/UtcOffset.php @@ -38,6 +38,8 @@ class UtcOffset extends Text * 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) { |