fix: Remove incorrect default null value

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44534/head
Côme Chilliet 2 months ago committed by Côme Chilliet
parent ec5133b739
commit 47b765552f

@ -47,7 +47,7 @@ class LazyPathCachedMountInfo extends CachedMountInfo {
int $rootId,
string $mountPoint,
string $mountProvider,
?int $mountId = null,
?int $mountId,
callable $rootInternalPathCallback,
) {
parent::__construct($user, $storageId, $rootId, $mountPoint, $mountProvider, $mountId, self::PATH_PLACEHOLDER);

Loading…
Cancel
Save