fix: Remove incorrect default null value

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-03-28 17:07:13 +01:00 committed by Côme Chilliet
parent 0b332ceac2
commit 4311f60ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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);