diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-03-02 01:56:18 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-03-02 02:15:05 +0000 |
commit | 0cbb6d7ba9b5d3b2c79f2cf0bafe6145da0857f6 (patch) | |
tree | d87f94063fb057a698887e8f602c1565070cf283 /lib | |
parent | aafb305fed9a006b41456036d174a7f4c4de78af (diff) | |
download | nextcloud-server-0cbb6d7ba9b5d3b2c79f2cf0bafe6145da0857f6.tar.gz nextcloud-server-0cbb6d7ba9b5d3b2c79f2cf0bafe6145da0857f6.zip |
Various minor updates
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Calendar/ICalendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index f2c94cb5400..0d08e2ba268 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -42,7 +42,7 @@ interface ICalendar { /** * @since 24.0.0 */ - public function getUri(); + public function getUri(): string; /** * In comparison to getKey() this function returns a human readable (maybe translated) name |