1
0
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:
Marc Alexander
2017-01-22 16:56:14 +01:00
parent a620ce0713
commit 20a4d095de
2 changed files with 10 additions and 6 deletions

View File

@@ -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(),
),
);
}