aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php')
-rw-r--r--apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php b/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
index c8da92c8277..1a70f95aa5f 100644
--- a/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
+++ b/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
@@ -37,6 +37,7 @@ use OCA\DAV\RootCollection;
use OCP\EventDispatcher\IEventDispatcher;
use Psr\Log\LoggerInterface;
use Sabre\VObject\ITip\Message;
+use Psr\Log\LoggerInterface;
class InvitationResponseServer {
@@ -100,7 +101,7 @@ class InvitationResponseServer {
));
// wait with registering these until auth is handled and the filesystem is setup
- $this->server->on('beforeMethod:*', function () use ($root) {
+ $this->server->on('beforeMethod:*', function () use ($root): void {
// register plugins from apps
$pluginManager = new PluginManager(
\OC::$server,