Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-19 19:34:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-19 23:19:02 +0300
commit4373afeae107852e9feb9fe0c152c608add561eb (patch)
treeb3be28435c8779787445e2dd8043acc4506bd607
parent3cb8d85cf475061bcfbe6d901a9b9a0c29258ab4 (diff)
Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
m---------3rdparty0
-rw-r--r--apps/files_external/lib/Lib/Storage/SFTP.php1
2 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty b/3rdparty
-Subproject 099e537a03d162302c2366f7d53088d5bf623c4
+Subproject 3faef8dfa15d0b946759bdb888d5b245de6fb52
diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php
index ec788c3bad7..5f3d02dfd0a 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;