]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Remove incorrect default null value
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 28 Mar 2024 16:07:13 +0000 (17:07 +0100)
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>
Tue, 2 Apr 2024 12:16:21 +0000 (14:16 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/Files/Config/LazyPathCachedMountInfo.php

index 722aec60b3f323c4b09b7281150876e53b6cc2a9..b60c69733e592a94f496cf190d5999af776e8613 100644 (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);