Merge pull request #1554 from williamdes/1.0

Fix a Doctum 5.3.0-dev phpdoc reported error
This commit is contained in:
terrafrost 2020-12-30 05:24:37 -06:00 committed by GitHub
commit 6c090804e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2705,7 +2705,7 @@ class Net_SSH2
*
* Sends an SSH2_MSG_IGNORE message every x seconds, if x is a positive non-zero number.
*
* @param mixed $timeout
* @param int $interval
* @access public
*/
function setKeepAlive($interval)