Skip to content

Commit

Permalink
fix: Remove incorrect default null value
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Apr 4, 2024
1 parent 0b332ce commit 4311f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Config/LazyPathCachedMountInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(
int $rootId,
string $mountPoint,
string $mountProvider,
?int $mountId = null,
?int $mountId,
callable $rootInternalPathCallback,
) {
parent::__construct($user, $storageId, $rootId, $mountPoint, $mountProvider, $mountId, self::PATH_PLACEHOLDER);
Expand Down

0 comments on commit 4311f60

Please sign in to comment.