mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 11:48:41 +00:00
phpcs autofixes
This commit is contained in:
parent
04abf14714
commit
7579e37764
|
|
@ -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,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use Modules\Admin\Models\Account;
|
||||
use phpOMS\Business\Finance\DepreciationType;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
|
||||
use phpOMS\Business\Finance\DepreciationType;
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
class InvestmentObject
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use phpOMS\Business\Finance\DepreciationType;
|
||||
use phpOMS\Stdlib\Base\FloatInt;
|
||||
|
|
@ -19,4 +19,4 @@ class Money {
|
|||
public MoneyType $moneyType;
|
||||
|
||||
public bool $recurring = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use phpOMS\Localization\BaseStringL11n;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user