From 8245bbd0737a1dd1dc9804f1f17b441f93d92188 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/ApiController.php | 1 - Controller/BackendController.php | 1 - Controller/Controller.php | 1 - Models/DrawImage.php | 1 - Models/DrawImageMapper.php | 1 - 8 files changed, 8 deletions(-) diff --git a/Admin/Status.php b/Admin/Status.php index 0f14d1f..27835ef 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 c03aa39..2aa02f1 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 fc0fa10..06141a2 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/ApiController.php b/Controller/ApiController.php index 31fab7c..bae8c83 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -35,7 +35,6 @@ use phpOMS\Utils\ImageUtils; */ final class ApiController extends Controller { - /** * Validate draw create request * diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 473bfec..a405fec 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -33,7 +33,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 fa3f249..1caf37d 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. * diff --git a/Models/DrawImage.php b/Models/DrawImage.php index 1323fc8..3faef01 100644 --- a/Models/DrawImage.php +++ b/Models/DrawImage.php @@ -27,7 +27,6 @@ use phpOMS\Contract\ArrayableInterface; */ class DrawImage implements ArrayableInterface, \JsonSerializable { - /** * Article ID. * diff --git a/Models/DrawImageMapper.php b/Models/DrawImageMapper.php index 2d2a053..57e27e9 100644 --- a/Models/DrawImageMapper.php +++ b/Models/DrawImageMapper.php @@ -27,7 +27,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ final class DrawImageMapper extends DataMapperAbstract { - /** * Columns. *