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 }