This commit is contained in:
Andrew Ruthven 2024-11-30 21:13:46 +13:00
parent 734d5c1f99
commit c1cfd8eb0d
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ class CalDAVClient {
protected $calendar_urls; protected $calendar_urls;
/** /**
* The useragent which is send to the caldav server * The useragent which is sent to the caldav server
* *
* @var string * @var string
*/ */

View File

@ -26,7 +26,7 @@ class CalDAVClient {
var $base_url, $user, $pass, $calendar, $entry, $protocol, $server, $port; var $base_url, $user, $pass, $calendar, $entry, $protocol, $server, $port;
/** /**
* The useragent which is send to the caldav server * The useragent which is sent to the caldav server
* *
* @var string * @var string
*/ */