mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/15150] Remove default values for arguments
PHPBB3-15150
This commit is contained in:
@@ -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'))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user