Skip to content

Commit f558bc3

Browse files
committed
chore: psalm fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 4b46289 commit f558bc3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/files_sharing/lib/Controller/ShareAPIController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
class ShareAPIController extends OCSController {
7979

8080
private ?Node $lockedNode = null;
81+
/** @var array<bool> $trustedServerCache */
8182
private array $trustedServerCache = [];
8283

8384
/**

apps/files_sharing/lib/ResponseDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* token: ?string,
5555
* uid_file_owner: string,
5656
* uid_owner: string,
57-
* url?: string,
57+
* url?: string|null,
5858
* }
5959
*
6060
* @psalm-type Files_SharingDeletedShare = array{

0 commit comments

Comments
 (0)