Skip to content

Commit

Permalink
fix return type param
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberLine committed Sep 27, 2018
1 parent 6bb2292 commit 00b3da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh2/ssh2.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}

Expand Down

0 comments on commit 00b3da8

Please sign in to comment.