mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
[ticket/security-171] Remove duplicate semicolon from tests
SECURITY-171
This commit is contained in:
@@ -153,7 +153,7 @@ class version_helper_remote_test extends \phpbb_test_case
|
|||||||
*/
|
*/
|
||||||
public function test_get_versions($input, $valid_data, $expected_return = '')
|
public function test_get_versions($input, $valid_data, $expected_return = '')
|
||||||
{
|
{
|
||||||
$this->file_downloader->set($input);;
|
$this->file_downloader->set($input);
|
||||||
|
|
||||||
if (!$valid_data)
|
if (!$valid_data)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user