rector fixes + bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-27 03:06:46 +00:00
parent 4f50728503
commit 577f423c6a
3 changed files with 10 additions and 10 deletions

View File

@ -73,7 +73,7 @@ final class Installer extends InstallerAbstract
{ {
try { try {
$app->dbPool->get()->con->query('select 1 from `editor_doc`'); $app->dbPool->get()->con->query('select 1 from `editor_doc`');
} catch (\Exception $e) { } catch (\Exception $_) {
return []; // @codeCoverageIgnore return []; // @codeCoverageIgnore
} }