mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Various code clean up. [skip ci]
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
declare(strict_types = 1);
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'twig' => [
|
||||
'twig' => [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Extension
|
||||
@@ -135,8 +134,8 @@ return [
|
||||
'facades' => [
|
||||
'Breadcrumbs' => [
|
||||
'is_safe' => [
|
||||
'renderIfExists'
|
||||
]
|
||||
'renderIfExists',
|
||||
],
|
||||
],
|
||||
'Session',
|
||||
'Route',
|
||||
@@ -148,13 +147,13 @@ return [
|
||||
'ExpandedForm' => [
|
||||
'is_safe' => [
|
||||
'date', 'text', 'select', 'balance', 'optionsList', 'checkbox', 'amount', 'tags', 'integer', 'textarea', 'location',
|
||||
'multiRadio', 'file', 'multiCheckbox', 'staticText', 'amountSmall',
|
||||
]
|
||||
'multiRadio', 'file', 'multiCheckbox', 'staticText', 'amountSmall',
|
||||
],
|
||||
],
|
||||
'Form' => [
|
||||
'is_safe' => [
|
||||
'input', 'select', 'checkbox', 'model', 'open', 'radio', 'textarea', 'file'
|
||||
]
|
||||
'input', 'select', 'checkbox', 'model', 'open', 'radio', 'textarea', 'file',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -190,7 +189,7 @@ return [
|
||||
'elixir',
|
||||
'head',
|
||||
'last',
|
||||
'old'
|
||||
'old',
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -222,5 +221,5 @@ return [
|
||||
|
|
||||
*/
|
||||
'filters' => [],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user