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, 0 insertions, 2 deletions
diff --git a/vendor/sabre/vobject/lib/Property/UtcOffset.php b/vendor/sabre/vobject/lib/Property/UtcOffset.php index 732239e23..248ed40ea 100644 --- a/vendor/sabre/vobject/lib/Property/UtcOffset.php +++ b/vendor/sabre/vobject/lib/Property/UtcOffset.php @@ -38,8 +38,6 @@ 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) { |