Skip to content

Commit 4221afd

Browse files
committed
Merge branch '1.0'
2 parents f380897 + ea9bab8 commit 4221afd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": "https://github.com/phpseclib/phpseclib2_compat"
1717
},
1818
"provide": {
19-
"phpseclib/phpseclib": "2.0.47"
19+
"phpseclib/phpseclib": "2.0.55"
2020
},
2121
"require": {
2222
"phpseclib/phpseclib": "^3.0"

src/Net/SFTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function getSFTPObject()
293293
return $this->sftp;
294294
}
295295

296-
/**
296+
/**
297297
* Returns general information about a file.
298298
*
299299
* Returns an array on success and false otherwise.

0 commit comments

Comments
 (0)