mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -30,7 +30,7 @@ class phpbb_functions_user_whois_test extends phpbb_test_case
|
||||
->getMock();
|
||||
}
|
||||
|
||||
public function ips_data()
|
||||
public static function ips_data()
|
||||
{
|
||||
return [
|
||||
['2001:4860:4860::8888'], // Google public DNS
|
||||
|
Reference in New Issue
Block a user