mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-02-17 12:48:42 +00:00
phpcs autofixes
This commit is contained in:
parent
04abf14714
commit
7579e37764
|
|
@ -8,12 +8,12 @@ use phpOMS\Router\RouteVerb;
|
||||||
return [
|
return [
|
||||||
'^.*/controlling/investment/dashboard.*$' => [
|
'^.*/controlling/investment/dashboard.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard',
|
'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
'state' => PermissionCategory::INVESTMENT,
|
'state' => PermissionCategory::INVESTMENT,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Admin\Models\Account;
|
use Modules\Admin\Models\Account;
|
||||||
use phpOMS\Business\Finance\DepreciationType;
|
use phpOMS\Business\Finance\DepreciationType;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Business\Finance\DepreciationType;
|
|
||||||
|
|
||||||
class InvestmentObject
|
class InvestmentObject
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Business\Finance\DepreciationType;
|
use phpOMS\Business\Finance\DepreciationType;
|
||||||
use phpOMS\Stdlib\Base\FloatInt;
|
use phpOMS\Stdlib\Base\FloatInt;
|
||||||
|
|
@ -19,4 +19,4 @@ class Money {
|
||||||
public MoneyType $moneyType;
|
public MoneyType $moneyType;
|
||||||
|
|
||||||
public bool $recurring = false;
|
public bool $recurring = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Localization\BaseStringL11n;
|
use phpOMS\Localization\BaseStringL11n;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user