mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-04 11:48:40 +00:00
Automated formatting changes
This commit is contained in:
parent
85bed9ec2f
commit
e7ceebfccb
|
|
@ -180,7 +180,7 @@ abstract class ConnectionAbstract implements ConnectionInterface
|
||||||
*/
|
*/
|
||||||
public function close() : void
|
public function close() : void
|
||||||
{
|
{
|
||||||
var_dump("closed");
|
\var_dump("closed");
|
||||||
$this->con = new NullPDO();
|
$this->con = new NullPDO();
|
||||||
$this->status = DatabaseStatus::CLOSED;
|
$this->status = DatabaseStatus::CLOSED;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user