aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-03 10:53:37 +0000
committerMario <mario@mariovavti.com>2024-01-03 10:53:37 +0000
commit322b619a7122fa812321ceb67016e0b1ce4affb6 (patch)
tree660fd384b04db56763d7bc2a18c1c18173f19f6e /vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
parentdff906ca69efbb8ae18e9954ec7a937e36b50308 (diff)
downloadvolse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.tar.gz
volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.tar.bz2
volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.zip
update sabre/dav
Diffstat (limited to 'vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php')
-rw-r--r--vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php b/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
index 3cc360f1d..5e5659610 100644
--- a/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
+++ b/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
@@ -605,10 +605,9 @@ class Plugin extends ServerPlugin
*
* This method may update $newObject to add any status changes.
*
- * @param VCalendar|string $oldObject
- * @param array $ignore any addresses to not send messages to
- * @param bool $modified a marker to indicate that the original object
- * modified by this process
+ * @param VCalendar|string|null $oldObject
+ * @param array $ignore any addresses to not send messages to
+ * @param bool $modified a marker to indicate that the original object modified by this process
*/
protected function processICalendarChange($oldObject, VCalendar $newObject, array $addresses, array $ignore = [], &$modified = false)
{
@@ -969,7 +968,7 @@ class Plugin extends ServerPlugin
*
* @return bool
*/
- private function scheduleReply(RequestInterface $request)
+ protected function scheduleReply(RequestInterface $request)
{
$scheduleReply = $request->getHeader('Schedule-Reply');