fix return type param

このコミットが含まれているのは:
Alexander Over 2018-09-27 11:23:43 +02:00
コミット 00b3da8f2f
この署名に対応する既知のキーがデータベースに存在しません
GPGキー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) {}