Skip to content

Commit

Permalink
Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Jan 19, 2021
1 parent 3cb8d85 commit 4373afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/files_external/lib/Lib/Storage/SFTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public function getConnection() {

$login = false;
foreach ($this->auth as $auth) {
/** @psalm-suppress TooManyArguments */
$login = $this->client->login($this->user, $auth);
if ($login === true) {
break;
Expand Down

0 comments on commit 4373afe

Please sign in to comment.