diff --git a/Admin/Status.php b/Admin/Status.php index 5b3f830..dfe87ce 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 6bfd855..6261397 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 fef56a4..cea342c 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 09dd443..3902774 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 06c28e6..d10ef6c 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. *