Minor doc fixes in dev branch #5

Merged
cybersecbyte merged 8 commits from dev into master 2023-03-08 01:31:44 +00:00
Showing only changes of commit cc22e23a06 - Show all commits

View file

@ -2333,19 +2333,4 @@
]); ]);
return true; return true;
} }
/**
* Public Destructor
*/
public function __destruct()
{
try
{
$this->close();
}
catch(Exception $e)
{
unset($e);
}
}
} }