From 7579e37764c7591c1ff5c75f243251f983229aef Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 May 2023 12:19:03 +0000 Subject: [PATCH] phpcs autofixes --- Admin/Routes/Web/Backend.php | 8 ++++---- Models/Investment.php | 2 +- Models/InvestmentObject.php | 4 +--- Models/Money.php | 4 ++-- Models/MoneyType.php | 2 +- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 635342b..d4084dd 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -8,12 +8,12 @@ use phpOMS\Router\RouteVerb; return [ '^.*/controlling/investment/dashboard.*$' => [ [ - 'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard', - 'verb' => RouteVerb::GET, + 'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard', + 'verb' => RouteVerb::GET, 'permission' => [ 'module' => BackendController::MODULE_NAME, - 'type' => PermissionType::READ, - 'state' => PermissionCategory::INVESTMENT, + 'type' => PermissionType::READ, + 'state' => PermissionCategory::INVESTMENT, ], ], ], diff --git a/Models/Investment.php b/Models/Investment.php index b2434ce..c627cf7 100644 --- a/Models/Investment.php +++ b/Models/Investment.php @@ -1,4 +1,4 @@ -