We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a6e26 commit 91d3677Copy full SHA for 91d3677
apps/dav/lib/HookManager.php
@@ -43,7 +43,7 @@ class HookManager {
43
private $syncService;
44
45
/** @var IUser[] */
46
- private $usersToDelete;
+ private $usersToDelete = [];
47
48
/** @var CalDavBackend */
49
private $calDav;
@@ -52,10 +52,10 @@ class HookManager {
52
private $cardDav;
53
54
/** @var array */
55
- private $calendarsToDelete;
+ private $calendarsToDelete = [];
56
57
58
- private $addressBooksToDelete;
+ private $addressBooksToDelete = [];
59
60
/** @var EventDispatcher */
61
private $eventDispatcher;
0 commit comments