fix return type param

This commit is contained in:
Alexander Over 2018-09-27 11:23:43 +02:00
부모 6bb2292525
커밋 00b3da8f2f
No known key found for this signature in database
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) {}