mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 23:34:22 -04:00
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1dcc48ac4f
commit
0095ce7723
1 changed files with 1 additions and 0 deletions
|
|
@ -584,6 +584,7 @@ class Local extends \OC\Files\Storage\Common {
|
|||
}
|
||||
|
||||
private function canDoCrossStorageMove(IStorage $sourceStorage) {
|
||||
/** @psalm-suppress UndefinedClass */
|
||||
return $sourceStorage->instanceOfStorage(Local::class)
|
||||
// Don't treat ACLStorageWrapper like local storage where copy can be done directly.
|
||||
// Instead, use the slower recursive copying in php from Common::copyFromStorage with
|
||||
|
|
|
|||
Loading…
Reference in a new issue