chore: psalm fixes

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2026-04-21 18:18:50 +02:00
parent 2c3a56ee33
commit d0a61c6bc2
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ use Psr\Log\LoggerInterface;
class ShareAPIController extends OCSController {
private ?Node $lockedNode = null;
/** @var array<bool> $trustedServerCache */
private array $trustedServerCache = [];
/**

View file

@ -54,7 +54,7 @@ namespace OCA\Files_Sharing;
* token: ?string,
* uid_file_owner: string,
* uid_owner: string,
* url?: string,
* url?: string|null,
* }
*
* @psalm-type Files_SharingDeletedShare = array{