rector fixes + bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-27 03:06:46 +00:00
parent b83fcec0f6
commit e55be2ad54

View File

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