aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Storage.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/lib/Storage.php')
-rw-r--r--apps/files_trashbin/lib/Storage.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_trashbin/lib/Storage.php b/apps/files_trashbin/lib/Storage.php
index e1470e7634a..11ace4248d9 100644
--- a/apps/files_trashbin/lib/Storage.php
+++ b/apps/files_trashbin/lib/Storage.php
@@ -61,11 +61,11 @@ class Storage extends Wrapper {
*/
public function __construct(
$parameters,
- ITrashManager $trashManager = null,
- IUserManager $userManager = null,
- LoggerInterface $logger = null,
- IEventDispatcher $eventDispatcher = null,
- IRootFolder $rootFolder = null
+ ?ITrashManager $trashManager = null,
+ ?IUserManager $userManager = null,
+ ?LoggerInterface $logger = null,
+ ?IEventDispatcher $eventDispatcher = null,
+ ?IRootFolder $rootFolder = null
) {
$this->mountPoint = $parameters['mountPoint'];
$this->trashManager = $trashManager;