mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/16549] Add void return type of template methods
PHPBB3-16549
This commit is contained in:
@@ -20,7 +20,7 @@ class phpbb_network_ftp_fsock_pasv_epsv_test extends phpbb_test_case
|
||||
{
|
||||
static protected $ipv4;
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
static public function setUpBeforeClass(): void
|
||||
{
|
||||
$hostname = 'ftp.debian.org.';
|
||||
self::$ipv4 = gethostbyname($hostname);
|
||||
|
Reference in New Issue
Block a user