mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -174,19 +174,42 @@ return [
|
||||
'Form' => ['is_safe' => ['input', 'select', 'checkbox', 'model', 'open', 'radio', 'textarea', 'file']],
|
||||
'ExpandedForm' => [
|
||||
'is_safe' => [
|
||||
'date', 'text', 'select', 'balance', 'optionsList', 'checkbox', 'amount', 'tags', 'integer', 'textarea', 'location', 'file', 'staticText',
|
||||
'password', 'nonSelectableAmount', 'number', 'amountNoCurrency', 'percentage', 'objectGroup',
|
||||
'date',
|
||||
'text',
|
||||
'select',
|
||||
'balance',
|
||||
'optionsList',
|
||||
'checkbox',
|
||||
'amount',
|
||||
'tags',
|
||||
'integer',
|
||||
'textarea',
|
||||
'location',
|
||||
'file',
|
||||
'staticText',
|
||||
'password',
|
||||
'nonSelectableAmount',
|
||||
'number',
|
||||
'amountNoCurrency',
|
||||
'percentage',
|
||||
'objectGroup',
|
||||
|
||||
],
|
||||
],
|
||||
'AccountForm' => [
|
||||
'is_safe' => [
|
||||
'activeWithdrawalDestinations', 'activeDepositDestinations', 'assetAccountCheckList', 'assetAccountList', 'longAccountList',
|
||||
'activeWithdrawalDestinations',
|
||||
'activeDepositDestinations',
|
||||
'assetAccountCheckList',
|
||||
'assetAccountList',
|
||||
'longAccountList',
|
||||
],
|
||||
],
|
||||
'CurrencyForm' => [
|
||||
'is_safe' => [
|
||||
'currencyList', 'currencyListEmpty', 'balanceAll',
|
||||
'currencyList',
|
||||
'currencyListEmpty',
|
||||
'balanceAll',
|
||||
],
|
||||
],
|
||||
'PiggyBankForm' => [
|
||||
@@ -196,7 +219,8 @@ return [
|
||||
],
|
||||
'RuleForm' => [
|
||||
'is_safe' => [
|
||||
'ruleGroupList', 'ruleGroupListWithEmpty',
|
||||
'ruleGroupList',
|
||||
'ruleGroupListWithEmpty',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user