From 65d75dd940b9fa3fb5cdf4110b018152c9781377 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/BackendController.php | 1 - Controller/Controller.php | 1 - 5 files changed, 5 deletions(-) diff --git a/Admin/Status.php b/Admin/Status.php index 111ada3..a5345de 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 ae2494c..90df56e 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 45c58af..cff9a2f 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/BackendController.php b/Controller/BackendController.php index 26ab666..0d80fce 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -29,7 +29,6 @@ use phpOMS\Views\View; */ final class BackendController extends Controller { - /** * Routing end-point for application behaviour. * diff --git a/Controller/Controller.php b/Controller/Controller.php index 0cb731d..3c88519 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. *