We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f380897 + ea9bab8 commit 4221afdCopy full SHA for 4221afd
2 files changed
composer.json
@@ -16,7 +16,7 @@
16
"source": "https://github.com/phpseclib/phpseclib2_compat"
17
},
18
"provide": {
19
- "phpseclib/phpseclib": "2.0.47"
+ "phpseclib/phpseclib": "2.0.55"
20
21
"require": {
22
"phpseclib/phpseclib": "^3.0"
src/Net/SFTP.php
@@ -293,7 +293,7 @@ public function getSFTPObject()
293
return $this->sftp;
294
}
295
296
- /**
+ /**
297
* Returns general information about a file.
298
*
299
* Returns an array on success and false otherwise.
0 commit comments