mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore: psalm fix
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
1f96118ef9
commit
48dfc2be3a
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ declare(strict_types=1);
|
|||
namespace OC\Files\Storage\Wrapper;
|
||||
|
||||
use OC\Files\Cache\Wrapper\CacheDirPermissionsMask;
|
||||
use OC\Files\Storage\Storage;
|
||||
use OCP\Files\Cache\ICache;
|
||||
use OCP\Files\Storage\IStorage;
|
||||
|
||||
/**
|
||||
* While PermissionMask can mask a whole storage this can
|
||||
|
|
@ -30,7 +30,7 @@ class DirPermissionsMask extends PermissionsMask {
|
|||
private readonly int $pathLength;
|
||||
|
||||
/**
|
||||
* @param array{storage: Storage, mask: int, path: string, ...} $parameters
|
||||
* @param array{storage: IStorage, mask: int, path: string, ...} $parameters
|
||||
* @psalm-suppress MoreSpecificImplementedParamType
|
||||
*
|
||||
* $storage: The storage the permissions mask should be applied on
|
||||
|
|
|
|||
Loading…
Reference in a new issue