mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15150] Remove default values for arguments
PHPBB3-15150
This commit is contained in:
parent
43731202fd
commit
d44dde390a
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue