mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
chore: psalm fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
2c3a56ee33
commit
d0a61c6bc2
2 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ use Psr\Log\LoggerInterface;
|
|||
class ShareAPIController extends OCSController {
|
||||
|
||||
private ?Node $lockedNode = null;
|
||||
/** @var array<bool> $trustedServerCache */
|
||||
private array $trustedServerCache = [];
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue