Automated formatting changes

This commit is contained in:
Formatter Bot 2023-09-23 13:46:33 +00:00
parent 85bed9ec2f
commit e7ceebfccb

View File

@ -180,7 +180,7 @@ abstract class ConnectionAbstract implements ConnectionInterface
*/
public function close() : void
{
var_dump("closed");
\var_dump("closed");
$this->con = new NullPDO();
$this->status = DatabaseStatus::CLOSED;
}