From 4373afeae107852e9feb9fe0c152c608add561eb Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 19 Jan 2021 17:34:38 +0100 Subject: [PATCH] Bump phpseclib/phpseclib from 2.0.25 to 2.0.30 Signed-off-by: Christoph Wurst --- 3rdparty | 2 +- apps/files_external/lib/Lib/Storage/SFTP.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty b/3rdparty index 099e537a03..3faef8dfa1 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 099e537a03d162302c2366f7d53088d5bf623c4c +Subproject commit 3faef8dfa15d0b946759bdb888d5b245de6fb524 diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index ec788c3bad..5f3d02dfd0 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -141,6 +141,7 @@ class SFTP extends \OC\Files\Storage\Common { $login = false; foreach ($this->auth as $auth) { + /** @psalm-suppress TooManyArguments */ $login = $this->client->login($this->user, $auth); if ($login === true) { break;