mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10205] Delete stray return.
PHPBB3-10205
This commit is contained in:
parent
f3c043a569
commit
2d3882c412
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue