1
1
Fork 0
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:
J. King 2018-11-03 13:49:02 -04:00
parent 1ac85df46b
commit 5f775bef7a

View file

@ -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);