From e55be2ad544bc34d15a0a70cf81b5d9c911f4396 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 May 2023 03:06:46 +0000 Subject: [PATCH] rector fixes + bug fixes --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 0488e35..783c650 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -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 }