mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14968] Update docblock and ensure method returns array
PHPBB3-14968
This commit is contained in:
@@ -419,7 +419,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||
array(
|
||||
'1.1.0',
|
||||
array(),
|
||||
null,
|
||||
array(),
|
||||
),
|
||||
// Latest safe release is 1.0.1
|
||||
array(
|
||||
@@ -500,7 +500,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||
'eol' => true,
|
||||
),
|
||||
),
|
||||
null,
|
||||
array(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user