From f9bb95ef9e9134b3fcfd5f46040bd1e7b4d15575 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 13:09:09 +0100 Subject: [PATCH] phpcbf --- Admin/Installer.php | 1 - Admin/Update.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index a764142..6f815b5 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -39,7 +39,6 @@ class Installer extends InstallerAbstract switch ($dbPool->get()->getType()) { case DatabaseType::MYSQL: - break; } } diff --git a/Admin/Update.php b/Admin/Update.php index 432c5b8..d632507 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -19,7 +19,6 @@ use phpOMS\Module\UpdateAbstract; use phpOMS\System\File\Directory; use phpOMS\Module\InfoManager; - /** * Navigation class. *