Skip to content

Commit 53f70ee

Browse files
authored
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 parent 626cab1 commit 53f70ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sharing/DeckShareProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class DeckShareProvider implements \OCP\Share\IShareProvider {
4949
public const SHARE_TYPE_DECK_USER = IShare::TYPE_DECK_USER;
5050

5151
public function __construct(
52-
private IDBConnection $connection,
52+
private IDBConnection $dbConnection,
5353
private IManager $shareManager,
5454
private BoardMapper $boardMapper,
5555
private CardMapper $cardMapper,
@@ -58,7 +58,7 @@ public function __construct(
5858
private IL10N $l,
5959
private ITimeFactory $timeFactory,
6060
private IMimeTypeLoader $mimeTypeLoader,
61-
private ?string $userId,
61+
private ?string $userId = null,
6262
) {
6363
}
6464

0 commit comments

Comments
 (0)