mirror of
https://github.com/nextcloud/server.git
synced 2025-03-16 09:14:07 +00:00
fix: Remove incorrect default null value
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0b332ceac2
commit
4311f60ebb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue