diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-06-13 10:35:50 +0200 |
---|---|---|
committer | Anna <anna@nextcloud.com> | 2024-06-27 09:46:40 +0200 |
commit | 3e06931408ad4f03dbdb70d34f4ff6b6edaecc8e (patch) | |
tree | d9d585317cff6d0e791b88531cf55c9d2b91a448 /apps | |
parent | 58cf14da87b6dbe8dc3c13d62505697806edeb7d (diff) | |
download | nextcloud-server-3e06931408ad4f03dbdb70d34f4ff6b6edaecc8e.tar.gz nextcloud-server-3e06931408ad4f03dbdb70d34f4ff6b6edaecc8e.zip |
fix(dav): WebcalCaching-Plugin lint
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/CalDAV/WebcalCaching/Plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/WebcalCaching/Plugin.php b/apps/dav/lib/CalDAV/WebcalCaching/Plugin.php index c8b58a50fd1..ea1bf7d4f0f 100644 --- a/apps/dav/lib/CalDAV/WebcalCaching/Plugin.php +++ b/apps/dav/lib/CalDAV/WebcalCaching/Plugin.php @@ -23,7 +23,7 @@ class Plugin extends ServerPlugin { * that do not support subscriptions on their own * * /^MSFT-WIN-3/ - Windows 10 Calendar - * /Evolution/ - Gnome Calendar/Evolution + * /Evolution/ - Gnome Calendar/Evolution * /KIO/ - KDE PIM/Akonadi * @var string[] */ |