[ticket/17092] Check for Spamhaus error codes

Fix indentation

PHPBB3-17092
This commit is contained in:
Patrick Webster 2023-01-16 17:54:44 -06:00 committed by Marc Alexander
parent 20c3371460
commit 17f2d6e03a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -1354,7 +1354,7 @@ class session
*
* @param string $dnsbl the blacklist to check against
* @param string|false $ip the IPv4 address to check
*
*
* @return true if listed in spamhaus database
*/
function check_dnsbl_spamhaus($dnsbl, $ip = false)
@ -1422,7 +1422,7 @@ class session
*
* @param string $dnsbl the blacklist to check against
* @param string|false $ip the IPv4 address to check
*
*
* @return true if record is returned
*/
function check_dnsbl_ipv4_generic($dnsbl, $ip = false)