DaemonDb: just an empty line, phpcs complains

This commit is contained in:
Thomas Gelf 2019-09-25 12:20:38 +02:00
parent 7dbdb23605
commit f15be1d6d8
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ class DaemonDb
if ($this->db) {
$this->db->closeConnection();
}
} catch (Exception $e) {
Logger::error('Failed to disconnect: ' . $e->getMessage());
}