From 0ccac2c998ba56b92a61603588d2d6f5bc198efa Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 28 Dec 2013 13:47:24 -0600 Subject: [PATCH] SSH2: add new line in docblock comment --- phpseclib/Net/SSH2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 1df7450b..89ded54c 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -958,6 +958,7 @@ class Net_SSH2 /** * Generates the SSH identifier + * * You should overwrite this method in your own class if you want to use another identifier * * @access protected