DaemonDb: just an empty line, phpcs complains
This commit is contained in:
parent
7dbdb23605
commit
f15be1d6d8
|
@ -226,7 +226,6 @@ class DaemonDb
|
||||||
if ($this->db) {
|
if ($this->db) {
|
||||||
$this->db->closeConnection();
|
$this->db->closeConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
Logger::error('Failed to disconnect: ' . $e->getMessage());
|
Logger::error('Failed to disconnect: ' . $e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue