Skip to content

Commit

Permalink
Merge branch '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 23, 2021
2 parents 425993a + eeabad1 commit ae44cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpseclib/Net/SFTP/Stream.php
Expand Up @@ -28,7 +28,7 @@
* @author Jim Wigginton <terrafrost@php.net>
* @access public
*/
class Stream extends SFTP
class Stream
{
/**
* SFTP instances
Expand Down
2 changes: 1 addition & 1 deletion phpseclib/Net/SSH2.php
Expand Up @@ -185,7 +185,7 @@ class SSH2
* @var object
* @access private
*/
protected $fsock;
public $fsock;

/**
* Execution Bitmap
Expand Down

0 comments on commit ae44cb5

Please sign in to comment.