From 04f5a28bff925badeb50780ad69a046c4603036d Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 27 Apr 2013 14:10:36 -0500 Subject: [PATCH 1/2] SSH2: CS adjustments --- phpseclib/Net/SSH2.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index d2da09e0..9b8dd98e 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -1875,6 +1875,7 @@ class Net_SSH2 { * Setting $timeout to false or 0 will mean there is no timeout. * * @param Mixed $timeout + * @access public */ function setTimeout($timeout) { @@ -1883,8 +1884,11 @@ class Net_SSH2 { /** * Get the output from stdError + * + * @access public */ - function getStdError(){ + function getStdError() + { return $this->stdErrorLog; } From 8cecaf2d2ba456180b0b961c5d93850b56a22e02 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 27 Apr 2013 14:12:59 -0500 Subject: [PATCH 2/2] SSH2: another CS adjustment --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 9b8dd98e..a9af8fc1 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -1885,7 +1885,7 @@ class Net_SSH2 { /** * Get the output from stdError * - * @access public + * @access public */ function getStdError() {