mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 19:51:26 +02:00
[ticket/10205] Delete stray return.
PHPBB3-10205
This commit is contained in:
@ -38,7 +38,5 @@ class phpbb_dbal_connect_test extends phpbb_database_test_case
|
|||||||
// should have a legitimate message
|
// should have a legitimate message
|
||||||
$this->assertNotEmpty($e->getMessage());
|
$this->assertNotEmpty($e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
return $db;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user