From 1d0e658d5c23a46e963bbf7a2126f8d5d2d26a63 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 15 Dec 2019 14:18:15 +0100 Subject: [PATCH] remove empty line --- Admin/Status.php | 1 - Admin/Uninstaller.php | 1 - Admin/Updater.php | 1 - Controller/Controller.php | 1 - 4 files changed, 4 deletions(-) diff --git a/Admin/Status.php b/Admin/Status.php index b529cdd..6d36d56 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -26,5 +26,4 @@ use phpOMS\Module\StatusAbstract; */ class Status extends StatusAbstract { - } diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 87c745b..445adbf 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -26,5 +26,4 @@ use phpOMS\Module\UninstallerAbstract; */ class Uninstaller extends UninstallerAbstract { - } diff --git a/Admin/Updater.php b/Admin/Updater.php index 2d3875a..1db89b3 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -26,5 +26,4 @@ use phpOMS\Module\UpdaterAbstract; */ class Updater extends UpdaterAbstract { - } diff --git a/Controller/Controller.php b/Controller/Controller.php index 64c6f74..971c047 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -27,7 +27,6 @@ use phpOMS\Module\WebInterface; */ class Controller extends ModuleAbstract implements WebInterface { - /** * Module path. *