[ticket/15150] Remove default values for arguments

PHPBB3-15150
This commit is contained in:
Rubén Calvo 2017-04-04 14:08:23 +02:00
parent 43731202fd
commit d44dde390a

View file

@ -239,7 +239,7 @@ class jabber
* @access public * @access public
* @return bool * @return bool
*/ */
function open_socket($server, $port, $use_ssl = false, $verify_peer = true, $verify_peer_name = true, $allow_self_signed = false) function open_socket($server, $port, $use_ssl, $verify_peer, $verify_peer_name, $allow_self_signed)
{ {
if (@function_exists('dns_get_record')) if (@function_exists('dns_get_record'))
{ {