fix return type param

This commit is contained in:
Alexander Over 2018-09-27 11:23:43 +02:00
父節點 6bb2292525
當前提交 00b3da8f2f
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 90323B1C3679775A
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -185,7 +185,7 @@ function ssh2_connect ($host, $port = null, array $methods = null , array $callb
* An SSH connection link identifier, obtained from a call to
* ssh2_connect.
* </p>
* return bool
* @return bool
*/
function ssh2_disconnect ($session) {}