diff --git a/ssh2/ssh2.php b/ssh2/ssh2.php index cfb0917d..5e2556e3 100644 --- a/ssh2/ssh2.php +++ b/ssh2/ssh2.php @@ -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. *

- * return bool + * @return bool */ function ssh2_disconnect ($session) {}