From 765254c7881d98ddbbef030d02431fa364ee0d67 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/Updater.php | 1 - Controller/BackendController.php | 1 - Controller/Controller.php | 1 - Models/AccountAbstract.php | 1 - Models/Balance.php | 1 - Models/BatchPosting.php | 1 - Models/Creditor.php | 1 - Models/Debitor.php | 1 - Models/PostingAbstract.php | 1 - 10 files changed, 10 deletions(-) diff --git a/Admin/Status.php b/Admin/Status.php index bb2ff36..e8d2de4 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/Updater.php b/Admin/Updater.php index 6df6e47..e0652c3 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 5f007c0..5075b78 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 72f10b9..53b2c85 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/AccountAbstract.php b/Models/AccountAbstract.php index e2081af..c27276b 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -24,7 +24,6 @@ namespace Modules\Accounting\Models; */ abstract class AccountAbstract { - /** * Account ID. * diff --git a/Models/Balance.php b/Models/Balance.php index c9972ff..14feac5 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -24,7 +24,6 @@ namespace Modules\Accounting\Models; */ class Balance { - /** * ID. * diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 89c3ba9..d444e02 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -24,7 +24,6 @@ namespace Modules\Accounting\Models; */ class BatchPosting implements \Countable { - /** * ID. * diff --git a/Models/Creditor.php b/Models/Creditor.php index 4735212..4bec93d 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -26,7 +26,6 @@ use Modules\Admin\Models\Account; */ class Creditor { - /** * Creditor ID. * diff --git a/Models/Debitor.php b/Models/Debitor.php index 99ab02e..c7ca836 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -26,7 +26,6 @@ use Modules\Admin\Models\Account; */ class Debitor { - /** * Debitor ID. * diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index d120e62..0742d8f 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -24,5 +24,4 @@ namespace Modules\Accounting\Models; */ abstract class PostingAbstract implements PostingInterface { - }