mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-31 21:12:41 +00:00
Appease phpdbg coverage bug
This commit is contained in:
parent
1ac85df46b
commit
5f775bef7a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class User {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return $this->u->userRemove($user);
|
return $this->u->userRemove($user);
|
||||||
} finally {
|
} finally { // @codeCoverageIgnore
|
||||||
if (Arsse::$db->userExists($user)) {
|
if (Arsse::$db->userExists($user)) {
|
||||||
// if the user was removed and we (still) have it in the internal database, remove it there
|
// if the user was removed and we (still) have it in the internal database, remove it there
|
||||||
Arsse::$db->userRemove($user);
|
Arsse::$db->userRemove($user);
|
||||||
|
|
Loading…
Reference in a new issue