1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-22 02:55:41 +02:00

[ticket/10205] Delete stray return.

PHPBB3-10205
This commit is contained in:
Oleg Pudeyev
2012-12-04 16:32:57 -05:00
parent f3c043a569
commit 2d3882c412

View File

@ -38,7 +38,5 @@ class phpbb_dbal_connect_test extends phpbb_database_test_case
// should have a legitimate message
$this->assertNotEmpty($e->getMessage());
}
return $db;
}
}