diff --git a/app/Api/V1/Requests/Autocomplete/AutocompleteTransactionApiRequest.php b/app/Api/V1/Requests/Autocomplete/AutocompleteTransactionApiRequest.php index ff3128983f..fa3df7275b 100644 --- a/app/Api/V1/Requests/Autocomplete/AutocompleteTransactionApiRequest.php +++ b/app/Api/V1/Requests/Autocomplete/AutocompleteTransactionApiRequest.php @@ -2,26 +2,6 @@ declare(strict_types=1); -/* - * AutocompleteApiRequest.php - * Copyright (c) 2025 james@firefly-iii.org - * - * This file is part of Firefly III (https://github.com/firefly-iii). - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - namespace FireflyIII\Api\V1\Requests\Autocomplete; use FireflyIII\Api\V1\Requests\AggregateFormRequest; diff --git a/app/Api/V1/Requests/Generic/ObjectTypeApiRequest.php b/app/Api/V1/Requests/Generic/ObjectTypeApiRequest.php index d866f7837f..cd6a6ed9e2 100644 --- a/app/Api/V1/Requests/Generic/ObjectTypeApiRequest.php +++ b/app/Api/V1/Requests/Generic/ObjectTypeApiRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Generic; diff --git a/app/Api/V1/Requests/Generic/PaginationDateRangeRequest.php b/app/Api/V1/Requests/Generic/PaginationDateRangeRequest.php index 335355ed65..26f6da9058 100644 --- a/app/Api/V1/Requests/Generic/PaginationDateRangeRequest.php +++ b/app/Api/V1/Requests/Generic/PaginationDateRangeRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Generic; diff --git a/app/Api/V1/Requests/Generic/QueryRequest.php b/app/Api/V1/Requests/Generic/QueryRequest.php index 47abcee308..1be2b16eee 100644 --- a/app/Api/V1/Requests/Generic/QueryRequest.php +++ b/app/Api/V1/Requests/Generic/QueryRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Generic; diff --git a/app/Api/V1/Requests/Models/Account/AccountTypeApiRequest.php b/app/Api/V1/Requests/Models/Account/AccountTypeApiRequest.php index 154823ade9..87d9273e9f 100644 --- a/app/Api/V1/Requests/Models/Account/AccountTypeApiRequest.php +++ b/app/Api/V1/Requests/Models/Account/AccountTypeApiRequest.php @@ -1,7 +1,5 @@ . */ + +declare(strict_types=1); + + + namespace FireflyIII\Api\V1\Requests\Models\Account; use FireflyIII\Api\V1\Requests\ApiRequest; diff --git a/app/Api/V1/Requests/Models/Account/AccountTypesApiRequest.php b/app/Api/V1/Requests/Models/Account/AccountTypesApiRequest.php index a922d0986e..37d975974e 100644 --- a/app/Api/V1/Requests/Models/Account/AccountTypesApiRequest.php +++ b/app/Api/V1/Requests/Models/Account/AccountTypesApiRequest.php @@ -1,7 +1,4 @@ . */ + + +declare(strict_types=1); + + + namespace FireflyIII\Api\V1\Requests\Models\Account; use FireflyIII\Api\V1\Requests\ApiRequest; diff --git a/app/Api/V1/Requests/Models/Account/ShowRequest.php b/app/Api/V1/Requests/Models/Account/ShowRequest.php index b2a0c51095..2945a3e067 100644 --- a/app/Api/V1/Requests/Models/Account/ShowRequest.php +++ b/app/Api/V1/Requests/Models/Account/ShowRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Models\Account; diff --git a/app/Api/V1/Requests/Models/TransactionCurrency/CurrencyCodeRequest.php b/app/Api/V1/Requests/Models/TransactionCurrency/CurrencyCodeRequest.php index 3af0ca8abf..d7173bb2dc 100644 --- a/app/Api/V1/Requests/Models/TransactionCurrency/CurrencyCodeRequest.php +++ b/app/Api/V1/Requests/Models/TransactionCurrency/CurrencyCodeRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Models\TransactionCurrency; diff --git a/app/Api/V1/Requests/Search/CountRequest.php b/app/Api/V1/Requests/Search/CountRequest.php index dcb55549e0..8037c9e916 100644 --- a/app/Api/V1/Requests/Search/CountRequest.php +++ b/app/Api/V1/Requests/Search/CountRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Search; diff --git a/app/Api/V1/Requests/Search/SearchQueryRequest.php b/app/Api/V1/Requests/Search/SearchQueryRequest.php index 35ffbc1889..dd6aac2adf 100644 --- a/app/Api/V1/Requests/Search/SearchQueryRequest.php +++ b/app/Api/V1/Requests/Search/SearchQueryRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Search; diff --git a/app/Api/V1/Requests/Search/TransactionSearchRequest.php b/app/Api/V1/Requests/Search/TransactionSearchRequest.php index a7222c5095..a86620de23 100644 --- a/app/Api/V1/Requests/Search/TransactionSearchRequest.php +++ b/app/Api/V1/Requests/Search/TransactionSearchRequest.php @@ -1,26 +1,10 @@ . - */ namespace FireflyIII\Api\V1\Requests\Search; diff --git a/app/Api/V1/Requests/Summary/BasicRequest.php b/app/Api/V1/Requests/Summary/BasicRequest.php index a3a9b80aa2..3d0173a5ca 100644 --- a/app/Api/V1/Requests/Summary/BasicRequest.php +++ b/app/Api/V1/Requests/Summary/BasicRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Api\V1\Requests\Summary; diff --git a/app/Console/Commands/Correction/ClearsEmptyForeignAmounts.php b/app/Console/Commands/Correction/ClearsEmptyForeignAmounts.php index 94e1d73bb8..98e9b3ed44 100644 --- a/app/Console/Commands/Correction/ClearsEmptyForeignAmounts.php +++ b/app/Console/Commands/Correction/ClearsEmptyForeignAmounts.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/CorrectsInvertedBudgetLimits.php b/app/Console/Commands/Correction/CorrectsInvertedBudgetLimits.php index 7b812ab72d..b2cc2cec0a 100644 --- a/app/Console/Commands/Correction/CorrectsInvertedBudgetLimits.php +++ b/app/Console/Commands/Correction/CorrectsInvertedBudgetLimits.php @@ -1,26 +1,9 @@ . - */ + + +declare(strict_types=1); namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php b/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php index a9d197389f..f526884c5b 100644 --- a/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php +++ b/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Correction/RollbacksSingleMigration.php b/app/Console/Commands/Correction/RollbacksSingleMigration.php index 7b05172bc1..ffb04dc7eb 100644 --- a/app/Console/Commands/Correction/RollbacksSingleMigration.php +++ b/app/Console/Commands/Correction/RollbacksSingleMigration.php @@ -1,26 +1,9 @@ . - */ + + +declare(strict_types=1); namespace FireflyIII\Console\Commands\Correction; diff --git a/app/Console/Commands/Explain/ExplainAvailableBudget.php b/app/Console/Commands/Explain/ExplainAvailableBudget.php index d22935d49e..582f180c13 100644 --- a/app/Console/Commands/Explain/ExplainAvailableBudget.php +++ b/app/Console/Commands/Explain/ExplainAvailableBudget.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Explain; diff --git a/app/Console/Commands/Integrity/ValidatesFilePermissions.php b/app/Console/Commands/Integrity/ValidatesFilePermissions.php index be3271dc60..c8a884d467 100644 --- a/app/Console/Commands/Integrity/ValidatesFilePermissions.php +++ b/app/Console/Commands/Integrity/ValidatesFilePermissions.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Integrity; diff --git a/app/Console/Commands/Tools/ChecksForUpdates.php b/app/Console/Commands/Tools/ChecksForUpdates.php index 1d8121a26f..1b8a9aaff6 100644 --- a/app/Console/Commands/Tools/ChecksForUpdates.php +++ b/app/Console/Commands/Tools/ChecksForUpdates.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Tools; diff --git a/app/Console/Commands/Tools/VerifiesDatabaseConnection.php b/app/Console/Commands/Tools/VerifiesDatabaseConnection.php index 871ba2456d..6299a67594 100644 --- a/app/Console/Commands/Tools/VerifiesDatabaseConnection.php +++ b/app/Console/Commands/Tools/VerifiesDatabaseConnection.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Tools; diff --git a/app/Console/Commands/Tools/VerifiesDatabaseConnectionTrait.php b/app/Console/Commands/Tools/VerifiesDatabaseConnectionTrait.php index 0f512ab392..df06e08d7a 100644 --- a/app/Console/Commands/Tools/VerifiesDatabaseConnectionTrait.php +++ b/app/Console/Commands/Tools/VerifiesDatabaseConnectionTrait.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Console\Commands\Tools; diff --git a/app/Events/Model/Account/CreatedNewAccount.php b/app/Events/Model/Account/CreatedNewAccount.php index d80efddc58..422cc62c54 100644 --- a/app/Events/Model/Account/CreatedNewAccount.php +++ b/app/Events/Model/Account/CreatedNewAccount.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Account; diff --git a/app/Events/Model/Account/UpdatedExistingAccount.php b/app/Events/Model/Account/UpdatedExistingAccount.php index ee615c9ed8..3832587e5b 100644 --- a/app/Events/Model/Account/UpdatedExistingAccount.php +++ b/app/Events/Model/Account/UpdatedExistingAccount.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Account; diff --git a/app/Events/Model/Bill/UpdatedExistingBill.php b/app/Events/Model/Bill/UpdatedExistingBill.php index 1adf257dca..23a5216e64 100644 --- a/app/Events/Model/Bill/UpdatedExistingBill.php +++ b/app/Events/Model/Bill/UpdatedExistingBill.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Bill; diff --git a/app/Events/Model/Budget/CreatedBudget.php b/app/Events/Model/Budget/CreatedBudget.php index 44382bdf84..2e589add8e 100644 --- a/app/Events/Model/Budget/CreatedBudget.php +++ b/app/Events/Model/Budget/CreatedBudget.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Budget; diff --git a/app/Events/Model/Budget/DestroyedBudget.php b/app/Events/Model/Budget/DestroyedBudget.php index bf76737f80..e1e5fe35a3 100644 --- a/app/Events/Model/Budget/DestroyedBudget.php +++ b/app/Events/Model/Budget/DestroyedBudget.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Budget; diff --git a/app/Events/Model/Budget/DestroyingBudget.php b/app/Events/Model/Budget/DestroyingBudget.php index 46ed0f4800..122a84b979 100644 --- a/app/Events/Model/Budget/DestroyingBudget.php +++ b/app/Events/Model/Budget/DestroyingBudget.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Budget; diff --git a/app/Events/Model/Budget/UpdatedBudget.php b/app/Events/Model/Budget/UpdatedBudget.php index 9d676765ee..0b13f95364 100644 --- a/app/Events/Model/Budget/UpdatedBudget.php +++ b/app/Events/Model/Budget/UpdatedBudget.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Budget; diff --git a/app/Events/Model/BudgetLimit/CreatedBudgetLimit.php b/app/Events/Model/BudgetLimit/CreatedBudgetLimit.php index 00f1ad4e2e..21d9b2d913 100644 --- a/app/Events/Model/BudgetLimit/CreatedBudgetLimit.php +++ b/app/Events/Model/BudgetLimit/CreatedBudgetLimit.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\BudgetLimit; diff --git a/app/Events/Model/BudgetLimit/DestroyedBudgetLimit.php b/app/Events/Model/BudgetLimit/DestroyedBudgetLimit.php index ff9b77ca7e..0f664cafe9 100644 --- a/app/Events/Model/BudgetLimit/DestroyedBudgetLimit.php +++ b/app/Events/Model/BudgetLimit/DestroyedBudgetLimit.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\BudgetLimit; diff --git a/app/Events/Model/BudgetLimit/UpdatedBudgetLimit.php b/app/Events/Model/BudgetLimit/UpdatedBudgetLimit.php index 8fdd7c50cb..68e277fbd8 100644 --- a/app/Events/Model/BudgetLimit/UpdatedBudgetLimit.php +++ b/app/Events/Model/BudgetLimit/UpdatedBudgetLimit.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\BudgetLimit; diff --git a/app/Events/Model/CurrencyExchangeRate/CreatedCurrencyExchangeRate.php b/app/Events/Model/CurrencyExchangeRate/CreatedCurrencyExchangeRate.php index ba08d0e675..26c2719770 100644 --- a/app/Events/Model/CurrencyExchangeRate/CreatedCurrencyExchangeRate.php +++ b/app/Events/Model/CurrencyExchangeRate/CreatedCurrencyExchangeRate.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\CurrencyExchangeRate; diff --git a/app/Events/Model/CurrencyExchangeRate/DestroyedCurrencyExchangeRate.php b/app/Events/Model/CurrencyExchangeRate/DestroyedCurrencyExchangeRate.php index ba3562243f..0965dd7415 100644 --- a/app/Events/Model/CurrencyExchangeRate/DestroyedCurrencyExchangeRate.php +++ b/app/Events/Model/CurrencyExchangeRate/DestroyedCurrencyExchangeRate.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\CurrencyExchangeRate; diff --git a/app/Events/Model/CurrencyExchangeRate/UpdatedCurrencyExchangeRate.php b/app/Events/Model/CurrencyExchangeRate/UpdatedCurrencyExchangeRate.php index 563024c54d..9c17bf77c8 100644 --- a/app/Events/Model/CurrencyExchangeRate/UpdatedCurrencyExchangeRate.php +++ b/app/Events/Model/CurrencyExchangeRate/UpdatedCurrencyExchangeRate.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\CurrencyExchangeRate; diff --git a/app/Events/Model/PiggyBank/PiggyBankNameIsChanged.php b/app/Events/Model/PiggyBank/PiggyBankNameIsChanged.php index b02e09b0e4..42844bc35a 100644 --- a/app/Events/Model/PiggyBank/PiggyBankNameIsChanged.php +++ b/app/Events/Model/PiggyBank/PiggyBankNameIsChanged.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\PiggyBank; diff --git a/app/Events/Model/Subscription/SubscriptionsAreOverdueForPayment.php b/app/Events/Model/Subscription/SubscriptionsAreOverdueForPayment.php index 541ad353bc..8b94ae1dd0 100644 --- a/app/Events/Model/Subscription/SubscriptionsAreOverdueForPayment.php +++ b/app/Events/Model/Subscription/SubscriptionsAreOverdueForPayment.php @@ -1,26 +1,9 @@ . - */ + + +declare(strict_types=1); namespace FireflyIII\Events\Model\Subscription; diff --git a/app/Events/Model/TransactionGroup/CreatedSingleTransactionGroup.php b/app/Events/Model/TransactionGroup/CreatedSingleTransactionGroup.php index b50638b662..6648e52f6e 100644 --- a/app/Events/Model/TransactionGroup/CreatedSingleTransactionGroup.php +++ b/app/Events/Model/TransactionGroup/CreatedSingleTransactionGroup.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/DestroyedSingleTransactionGroup.php b/app/Events/Model/TransactionGroup/DestroyedSingleTransactionGroup.php index 88b479ae64..1b17625917 100644 --- a/app/Events/Model/TransactionGroup/DestroyedSingleTransactionGroup.php +++ b/app/Events/Model/TransactionGroup/DestroyedSingleTransactionGroup.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/TransactionGroupEventFlags.php b/app/Events/Model/TransactionGroup/TransactionGroupEventFlags.php index bebf0d1cd2..0518270d97 100644 --- a/app/Events/Model/TransactionGroup/TransactionGroupEventFlags.php +++ b/app/Events/Model/TransactionGroup/TransactionGroupEventFlags.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/TransactionGroupEventObjects.php b/app/Events/Model/TransactionGroup/TransactionGroupEventObjects.php index fa25b5555f..f32baa8dd1 100644 --- a/app/Events/Model/TransactionGroup/TransactionGroupEventObjects.php +++ b/app/Events/Model/TransactionGroup/TransactionGroupEventObjects.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/TransactionGroupRequestsAuditLogEntry.php b/app/Events/Model/TransactionGroup/TransactionGroupRequestsAuditLogEntry.php index 4fcf835341..831b0b4262 100644 --- a/app/Events/Model/TransactionGroup/TransactionGroupRequestsAuditLogEntry.php +++ b/app/Events/Model/TransactionGroup/TransactionGroupRequestsAuditLogEntry.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/TransactionGroupsRequestedReporting.php b/app/Events/Model/TransactionGroup/TransactionGroupsRequestedReporting.php index 5548e3ef10..09e07af2ea 100644 --- a/app/Events/Model/TransactionGroup/TransactionGroupsRequestedReporting.php +++ b/app/Events/Model/TransactionGroup/TransactionGroupsRequestedReporting.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/UpdatedSingleTransactionGroup.php b/app/Events/Model/TransactionGroup/UpdatedSingleTransactionGroup.php index c5f5278fc8..7af50d4134 100644 --- a/app/Events/Model/TransactionGroup/UpdatedSingleTransactionGroup.php +++ b/app/Events/Model/TransactionGroup/UpdatedSingleTransactionGroup.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/TransactionGroup/UserRequestedBatchProcessing.php b/app/Events/Model/TransactionGroup/UserRequestedBatchProcessing.php index 4df1c6fe37..62d29a94fc 100644 --- a/app/Events/Model/TransactionGroup/UserRequestedBatchProcessing.php +++ b/app/Events/Model/TransactionGroup/UserRequestedBatchProcessing.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\TransactionGroup; diff --git a/app/Events/Model/Webhook/WebhookMessagesRequestSending.php b/app/Events/Model/Webhook/WebhookMessagesRequestSending.php index 6442abf91c..40dd8870fb 100644 --- a/app/Events/Model/Webhook/WebhookMessagesRequestSending.php +++ b/app/Events/Model/Webhook/WebhookMessagesRequestSending.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Model\Webhook; diff --git a/app/Events/Security/System/NewInvitationCreated.php b/app/Events/Security/System/NewInvitationCreated.php index 9931ad676e..7adc59d417 100644 --- a/app/Events/Security/System/NewInvitationCreated.php +++ b/app/Events/Security/System/NewInvitationCreated.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\System; diff --git a/app/Events/Security/System/NewUserRegistered.php b/app/Events/Security/System/NewUserRegistered.php index 5d03ab63ac..205ea3e0f6 100644 --- a/app/Events/Security/System/NewUserRegistered.php +++ b/app/Events/Security/System/NewUserRegistered.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\System; diff --git a/app/Events/Security/System/SystemFoundNewVersionOnline.php b/app/Events/Security/System/SystemFoundNewVersionOnline.php index c4cc2f0e8e..d2f362cbc3 100644 --- a/app/Events/Security/System/SystemFoundNewVersionOnline.php +++ b/app/Events/Security/System/SystemFoundNewVersionOnline.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\System; diff --git a/app/Events/Security/System/SystemRequestedVersionCheck.php b/app/Events/Security/System/SystemRequestedVersionCheck.php index 155a1c8262..1c42b98ffe 100644 --- a/app/Events/Security/System/SystemRequestedVersionCheck.php +++ b/app/Events/Security/System/SystemRequestedVersionCheck.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\System; diff --git a/app/Events/Security/System/UnknownUserTriedLogin.php b/app/Events/Security/System/UnknownUserTriedLogin.php index 001675d499..78a4b3f69c 100644 --- a/app/Events/Security/System/UnknownUserTriedLogin.php +++ b/app/Events/Security/System/UnknownUserTriedLogin.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\System; diff --git a/app/Events/Security/User/UserChangedEmailAddress.php b/app/Events/Security/User/UserChangedEmailAddress.php index 7834838755..6142b4eeab 100644 --- a/app/Events/Security/User/UserChangedEmailAddress.php +++ b/app/Events/Security/User/UserChangedEmailAddress.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserFailedLoginAttempt.php b/app/Events/Security/User/UserFailedLoginAttempt.php index 2acec7583e..3a4dda6cf4 100644 --- a/app/Events/Security/User/UserFailedLoginAttempt.php +++ b/app/Events/Security/User/UserFailedLoginAttempt.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserHasDisabledMFA.php b/app/Events/Security/User/UserHasDisabledMFA.php index f49ff74dff..92dea691b0 100644 --- a/app/Events/Security/User/UserHasDisabledMFA.php +++ b/app/Events/Security/User/UserHasDisabledMFA.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserHasEnabledMFA.php b/app/Events/Security/User/UserHasEnabledMFA.php index c860ee3267..7273907c1d 100644 --- a/app/Events/Security/User/UserHasEnabledMFA.php +++ b/app/Events/Security/User/UserHasEnabledMFA.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserHasFewMFABackupCodesLeft.php b/app/Events/Security/User/UserHasFewMFABackupCodesLeft.php index e67489996d..14d9b14a1f 100644 --- a/app/Events/Security/User/UserHasFewMFABackupCodesLeft.php +++ b/app/Events/Security/User/UserHasFewMFABackupCodesLeft.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserHasGeneratedNewBackupCodes.php b/app/Events/Security/User/UserHasGeneratedNewBackupCodes.php index 2a5c1d516d..a85a7bd995 100644 --- a/app/Events/Security/User/UserHasGeneratedNewBackupCodes.php +++ b/app/Events/Security/User/UserHasGeneratedNewBackupCodes.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserHasNoMFABackupCodesLeft.php b/app/Events/Security/User/UserHasNoMFABackupCodesLeft.php index c0e8cfe3aa..bf445c0455 100644 --- a/app/Events/Security/User/UserHasNoMFABackupCodesLeft.php +++ b/app/Events/Security/User/UserHasNoMFABackupCodesLeft.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserHasUsedBackupCode.php b/app/Events/Security/User/UserHasUsedBackupCode.php index a7fabaffbb..8369dbddbc 100644 --- a/app/Events/Security/User/UserHasUsedBackupCode.php +++ b/app/Events/Security/User/UserHasUsedBackupCode.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserKeepsFailingMFA.php b/app/Events/Security/User/UserKeepsFailingMFA.php index bf5602ef2f..59af33aff5 100644 --- a/app/Events/Security/User/UserKeepsFailingMFA.php +++ b/app/Events/Security/User/UserKeepsFailingMFA.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserLoggedInFromNewIpAddress.php b/app/Events/Security/User/UserLoggedInFromNewIpAddress.php index 6621631c9d..0b30546531 100644 --- a/app/Events/Security/User/UserLoggedInFromNewIpAddress.php +++ b/app/Events/Security/User/UserLoggedInFromNewIpAddress.php @@ -1,26 +1,9 @@ . - */ + + +declare(strict_types=1); namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserRequestedNewPassword.php b/app/Events/Security/User/UserRequestedNewPassword.php index 3181ce870d..3fb3a48aa8 100644 --- a/app/Events/Security/User/UserRequestedNewPassword.php +++ b/app/Events/Security/User/UserRequestedNewPassword.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Events/Security/User/UserSuccessfullyLoggedIn.php b/app/Events/Security/User/UserSuccessfullyLoggedIn.php index 4030d744d2..d5ae45596b 100644 --- a/app/Events/Security/User/UserSuccessfullyLoggedIn.php +++ b/app/Events/Security/User/UserSuccessfullyLoggedIn.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Events\Security\User; diff --git a/app/Factory/WebhookMessageFactory.php b/app/Factory/WebhookMessageFactory.php index 29e352efb8..e1d76c9b1a 100644 --- a/app/Factory/WebhookMessageFactory.php +++ b/app/Factory/WebhookMessageFactory.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Factory; diff --git a/app/Handlers/ExchangeRate/ConversionParameters.php b/app/Handlers/ExchangeRate/ConversionParameters.php index 8c981b4e4f..861117f20e 100644 --- a/app/Handlers/ExchangeRate/ConversionParameters.php +++ b/app/Handlers/ExchangeRate/ConversionParameters.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Handlers\ExchangeRate; diff --git a/app/Handlers/ExchangeRate/ConvertsAmountToPrimaryAmount.php b/app/Handlers/ExchangeRate/ConvertsAmountToPrimaryAmount.php index b4a5f92d41..6947496a6a 100644 --- a/app/Handlers/ExchangeRate/ConvertsAmountToPrimaryAmount.php +++ b/app/Handlers/ExchangeRate/ConvertsAmountToPrimaryAmount.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Handlers\ExchangeRate; diff --git a/app/Listeners/Model/Account/UpdatesAccountInformation.php b/app/Listeners/Model/Account/UpdatesAccountInformation.php index 1f5f1160da..7e973ea7c8 100644 --- a/app/Listeners/Model/Account/UpdatesAccountInformation.php +++ b/app/Listeners/Model/Account/UpdatesAccountInformation.php @@ -1,5 +1,8 @@ . - */ + namespace FireflyIII\Listeners\Model\Bill; diff --git a/app/Listeners/Model/Budget/ProcessesBudgets.php b/app/Listeners/Model/Budget/ProcessesBudgets.php index 68ec95bd87..41a18e3a15 100644 --- a/app/Listeners/Model/Budget/ProcessesBudgets.php +++ b/app/Listeners/Model/Budget/ProcessesBudgets.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\Budget; diff --git a/app/Listeners/Model/BudgetLimit/ProcessesBudgetLimits.php b/app/Listeners/Model/BudgetLimit/ProcessesBudgetLimits.php index ca6f1f1b63..66466ee19f 100644 --- a/app/Listeners/Model/BudgetLimit/ProcessesBudgetLimits.php +++ b/app/Listeners/Model/BudgetLimit/ProcessesBudgetLimits.php @@ -1,26 +1,9 @@ . - */ + + +declare(strict_types=1); namespace FireflyIII\Listeners\Model\BudgetLimit; diff --git a/app/Listeners/Model/CurrencyExchangeRate/ProcessesExchangeRates.php b/app/Listeners/Model/CurrencyExchangeRate/ProcessesExchangeRates.php index 4fad6786e0..f1a694ae36 100644 --- a/app/Listeners/Model/CurrencyExchangeRate/ProcessesExchangeRates.php +++ b/app/Listeners/Model/CurrencyExchangeRate/ProcessesExchangeRates.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\CurrencyExchangeRate; diff --git a/app/Listeners/Model/PiggyBank/CreatesPiggyBankEventForChangedAmount.php b/app/Listeners/Model/PiggyBank/CreatesPiggyBankEventForChangedAmount.php index d776b0177d..2518ec4bee 100644 --- a/app/Listeners/Model/PiggyBank/CreatesPiggyBankEventForChangedAmount.php +++ b/app/Listeners/Model/PiggyBank/CreatesPiggyBankEventForChangedAmount.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\PiggyBank; diff --git a/app/Listeners/Model/PiggyBank/UpdatesRulesForChangedPiggyBankName.php b/app/Listeners/Model/PiggyBank/UpdatesRulesForChangedPiggyBankName.php index 9e5c8ba40c..a12fdb33f4 100644 --- a/app/Listeners/Model/PiggyBank/UpdatesRulesForChangedPiggyBankName.php +++ b/app/Listeners/Model/PiggyBank/UpdatesRulesForChangedPiggyBankName.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\PiggyBank; diff --git a/app/Listeners/Model/Rule/NotifiesUserAboutFailedRuleAction.php b/app/Listeners/Model/Rule/NotifiesUserAboutFailedRuleAction.php index 759e061d9c..31b9b1e5eb 100644 --- a/app/Listeners/Model/Rule/NotifiesUserAboutFailedRuleAction.php +++ b/app/Listeners/Model/Rule/NotifiesUserAboutFailedRuleAction.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\Rule; diff --git a/app/Listeners/Model/Subscription/NotifiesAboutExtensionOrRenewal.php b/app/Listeners/Model/Subscription/NotifiesAboutExtensionOrRenewal.php index a2e8a4a2c8..017aaf6836 100644 --- a/app/Listeners/Model/Subscription/NotifiesAboutExtensionOrRenewal.php +++ b/app/Listeners/Model/Subscription/NotifiesAboutExtensionOrRenewal.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\Subscription; diff --git a/app/Listeners/Model/Subscription/NotifiesAboutOverdueSubscriptions.php b/app/Listeners/Model/Subscription/NotifiesAboutOverdueSubscriptions.php index ad0f3476da..8193d96691 100644 --- a/app/Listeners/Model/Subscription/NotifiesAboutOverdueSubscriptions.php +++ b/app/Listeners/Model/Subscription/NotifiesAboutOverdueSubscriptions.php @@ -1,26 +1,10 @@ . - */ namespace FireflyIII\Listeners\Model\Subscription; diff --git a/app/Listeners/Model/TransactionGroup/MailsNewTransactionsReport.php b/app/Listeners/Model/TransactionGroup/MailsNewTransactionsReport.php index 50a0ece0f7..d86b2ec757 100644 --- a/app/Listeners/Model/TransactionGroup/MailsNewTransactionsReport.php +++ b/app/Listeners/Model/TransactionGroup/MailsNewTransactionsReport.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\TransactionGroup; diff --git a/app/Listeners/Model/TransactionGroup/ProcessesDestroyedTransactionGroup.php b/app/Listeners/Model/TransactionGroup/ProcessesDestroyedTransactionGroup.php index 87689b4650..12e3719ce6 100644 --- a/app/Listeners/Model/TransactionGroup/ProcessesDestroyedTransactionGroup.php +++ b/app/Listeners/Model/TransactionGroup/ProcessesDestroyedTransactionGroup.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\TransactionGroup; diff --git a/app/Listeners/Model/TransactionGroup/ProcessesNewTransactionGroup.php b/app/Listeners/Model/TransactionGroup/ProcessesNewTransactionGroup.php index 744b60d39f..77543b664b 100644 --- a/app/Listeners/Model/TransactionGroup/ProcessesNewTransactionGroup.php +++ b/app/Listeners/Model/TransactionGroup/ProcessesNewTransactionGroup.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\TransactionGroup; diff --git a/app/Listeners/Model/TransactionGroup/ProcessesUpdatedTransactionGroup.php b/app/Listeners/Model/TransactionGroup/ProcessesUpdatedTransactionGroup.php index 692af0907a..e8f5b6ceae 100644 --- a/app/Listeners/Model/TransactionGroup/ProcessesUpdatedTransactionGroup.php +++ b/app/Listeners/Model/TransactionGroup/ProcessesUpdatedTransactionGroup.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\TransactionGroup; diff --git a/app/Listeners/Model/TransactionGroup/StoresAuditLogEntry.php b/app/Listeners/Model/TransactionGroup/StoresAuditLogEntry.php index 5af8aed19b..7cba6ab86c 100644 --- a/app/Listeners/Model/TransactionGroup/StoresAuditLogEntry.php +++ b/app/Listeners/Model/TransactionGroup/StoresAuditLogEntry.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\TransactionGroup; diff --git a/app/Listeners/Model/TransactionGroup/SupportsGroupProcessingTrait.php b/app/Listeners/Model/TransactionGroup/SupportsGroupProcessingTrait.php index 79bde091cf..170cb67cf9 100644 --- a/app/Listeners/Model/TransactionGroup/SupportsGroupProcessingTrait.php +++ b/app/Listeners/Model/TransactionGroup/SupportsGroupProcessingTrait.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Listeners\Model\TransactionGroup; diff --git a/app/Listeners/Model/Webhook/SendsWebhookMessages.php b/app/Listeners/Model/Webhook/SendsWebhookMessages.php index ebe3d9590c..1a1dd891d0 100644 --- a/app/Listeners/Model/Webhook/SendsWebhookMessages.php +++ b/app/Listeners/Model/Webhook/SendsWebhookMessages.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Model\Webhook; diff --git a/app/Listeners/Security/System/ChecksForNewVersion.php b/app/Listeners/Security/System/ChecksForNewVersion.php index cd3df28c54..6859b8acab 100644 --- a/app/Listeners/Security/System/ChecksForNewVersion.php +++ b/app/Listeners/Security/System/ChecksForNewVersion.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\System; diff --git a/app/Listeners/Security/System/HandlesNewUserRegistration.php b/app/Listeners/Security/System/HandlesNewUserRegistration.php index 4a951c94e3..2f8e94f801 100644 --- a/app/Listeners/Security/System/HandlesNewUserRegistration.php +++ b/app/Listeners/Security/System/HandlesNewUserRegistration.php @@ -1,5 +1,8 @@ . - */ + namespace FireflyIII\Listeners\Security\System; diff --git a/app/Listeners/Security/System/NotifiesOwnerAboutNewVersion.php b/app/Listeners/Security/System/NotifiesOwnerAboutNewVersion.php index b7e3e53f0c..5ab0dec59f 100644 --- a/app/Listeners/Security/System/NotifiesOwnerAboutNewVersion.php +++ b/app/Listeners/Security/System/NotifiesOwnerAboutNewVersion.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\System; diff --git a/app/Listeners/Security/System/NotifiesOwnerAboutUnknownUser.php b/app/Listeners/Security/System/NotifiesOwnerAboutUnknownUser.php index 341a1ecf26..e732c2889c 100644 --- a/app/Listeners/Security/System/NotifiesOwnerAboutUnknownUser.php +++ b/app/Listeners/Security/System/NotifiesOwnerAboutUnknownUser.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\System; diff --git a/app/Listeners/Security/User/HandlesChangeOfUserEmailAddress.php b/app/Listeners/Security/User/HandlesChangeOfUserEmailAddress.php index 544b5c121e..4681640b63 100644 --- a/app/Listeners/Security/User/HandlesChangeOfUserEmailAddress.php +++ b/app/Listeners/Security/User/HandlesChangeOfUserEmailAddress.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutDisabledMFA.php b/app/Listeners/Security/User/NotifiesUserAboutDisabledMFA.php index ccabc9fd8b..8487816920 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutDisabledMFA.php +++ b/app/Listeners/Security/User/NotifiesUserAboutDisabledMFA.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutEnabledMFA.php b/app/Listeners/Security/User/NotifiesUserAboutEnabledMFA.php index f47d21e730..70c37d9346 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutEnabledMFA.php +++ b/app/Listeners/Security/User/NotifiesUserAboutEnabledMFA.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutFailedLogin.php b/app/Listeners/Security/User/NotifiesUserAboutFailedLogin.php index 3885f9ba0c..30616662a9 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutFailedLogin.php +++ b/app/Listeners/Security/User/NotifiesUserAboutFailedLogin.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutFewCodesLeft.php b/app/Listeners/Security/User/NotifiesUserAboutFewCodesLeft.php index 281bb52b91..a94642f258 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutFewCodesLeft.php +++ b/app/Listeners/Security/User/NotifiesUserAboutFewCodesLeft.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutNewAccessToken.php b/app/Listeners/Security/User/NotifiesUserAboutNewAccessToken.php index 0e267ce06f..6e0db07acf 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutNewAccessToken.php +++ b/app/Listeners/Security/User/NotifiesUserAboutNewAccessToken.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutNewBackupCodes.php b/app/Listeners/Security/User/NotifiesUserAboutNewBackupCodes.php index 7e39614b57..ae66c8c2ac 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutNewBackupCodes.php +++ b/app/Listeners/Security/User/NotifiesUserAboutNewBackupCodes.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutNewIpAddress.php b/app/Listeners/Security/User/NotifiesUserAboutNewIpAddress.php index 6c79e9e459..e842ba68ea 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutNewIpAddress.php +++ b/app/Listeners/Security/User/NotifiesUserAboutNewIpAddress.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutNoCodesLeft.php b/app/Listeners/Security/User/NotifiesUserAboutNoCodesLeft.php index 199ac74368..d3e547b730 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutNoCodesLeft.php +++ b/app/Listeners/Security/User/NotifiesUserAboutNoCodesLeft.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutRepeatedMFAFailures.php b/app/Listeners/Security/User/NotifiesUserAboutRepeatedMFAFailures.php index 323f4c05a9..c2f778cdf7 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutRepeatedMFAFailures.php +++ b/app/Listeners/Security/User/NotifiesUserAboutRepeatedMFAFailures.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/NotifiesUserAboutUsedBackupCode.php b/app/Listeners/Security/User/NotifiesUserAboutUsedBackupCode.php index a36e2c24e7..758d69f12e 100644 --- a/app/Listeners/Security/User/NotifiesUserAboutUsedBackupCode.php +++ b/app/Listeners/Security/User/NotifiesUserAboutUsedBackupCode.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/RespondsToNewLogin.php b/app/Listeners/Security/User/RespondsToNewLogin.php index 7d1f33dc3f..6abb86fb9e 100644 --- a/app/Listeners/Security/User/RespondsToNewLogin.php +++ b/app/Listeners/Security/User/RespondsToNewLogin.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/SendsUserNewPassword.php b/app/Listeners/Security/User/SendsUserNewPassword.php index ff39cb2a94..8638d7c280 100644 --- a/app/Listeners/Security/User/SendsUserNewPassword.php +++ b/app/Listeners/Security/User/SendsUserNewPassword.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/Security/User/StoresNewIpAddress.php b/app/Listeners/Security/User/StoresNewIpAddress.php index 6105d160b2..88a2f50b2a 100644 --- a/app/Listeners/Security/User/StoresNewIpAddress.php +++ b/app/Listeners/Security/User/StoresNewIpAddress.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Security\User; diff --git a/app/Listeners/System/RecalculatesPrimaryCurrencyAmounts.php b/app/Listeners/System/RecalculatesPrimaryCurrencyAmounts.php index 26db42d757..e9c5197b99 100644 --- a/app/Listeners/System/RecalculatesPrimaryCurrencyAmounts.php +++ b/app/Listeners/System/RecalculatesPrimaryCurrencyAmounts.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\System; diff --git a/app/Listeners/Test/SendsTestNotification.php b/app/Listeners/Test/SendsTestNotification.php index 8a4a54b548..e988a160da 100644 --- a/app/Listeners/Test/SendsTestNotification.php +++ b/app/Listeners/Test/SendsTestNotification.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Listeners\Test; diff --git a/app/Models/PeriodStatistic.php b/app/Models/PeriodStatistic.php index 1b94803585..25564e5b88 100644 --- a/app/Models/PeriodStatistic.php +++ b/app/Models/PeriodStatistic.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Models; diff --git a/app/Notifications/NotificationSender.php b/app/Notifications/NotificationSender.php index d2e3b60964..4d04d6ef81 100644 --- a/app/Notifications/NotificationSender.php +++ b/app/Notifications/NotificationSender.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Notifications; diff --git a/app/Repositories/PeriodStatistic/PeriodStatisticRepository.php b/app/Repositories/PeriodStatistic/PeriodStatisticRepository.php index ee0ba9ac3c..40b4fe0f8d 100644 --- a/app/Repositories/PeriodStatistic/PeriodStatisticRepository.php +++ b/app/Repositories/PeriodStatistic/PeriodStatisticRepository.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Repositories\PeriodStatistic; diff --git a/app/Repositories/PeriodStatistic/PeriodStatisticRepositoryInterface.php b/app/Repositories/PeriodStatistic/PeriodStatisticRepositoryInterface.php index 12b8abdf8d..67961fc2c2 100644 --- a/app/Repositories/PeriodStatistic/PeriodStatisticRepositoryInterface.php +++ b/app/Repositories/PeriodStatistic/PeriodStatisticRepositoryInterface.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Repositories\PeriodStatistic; diff --git a/app/Rules/IsValidSortInstruction.php b/app/Rules/IsValidSortInstruction.php index 3e0b590d1a..4e5b3ed5ac 100644 --- a/app/Rules/IsValidSortInstruction.php +++ b/app/Rules/IsValidSortInstruction.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Rules; diff --git a/app/Rules/PiggyBank/IsEnoughInAccounts.php b/app/Rules/PiggyBank/IsEnoughInAccounts.php index 04724eaec4..600cee3168 100644 --- a/app/Rules/PiggyBank/IsEnoughInAccounts.php +++ b/app/Rules/PiggyBank/IsEnoughInAccounts.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Rules\PiggyBank; diff --git a/app/Rules/System/IsValidOriginUrl.php b/app/Rules/System/IsValidOriginUrl.php index 90693e4c71..57856fa926 100644 --- a/app/Rules/System/IsValidOriginUrl.php +++ b/app/Rules/System/IsValidOriginUrl.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Rules\System; diff --git a/app/Rules/Webhook/IsValidWebhookUrl.php b/app/Rules/Webhook/IsValidWebhookUrl.php index 4508c51e7a..f18713f8ec 100644 --- a/app/Rules/Webhook/IsValidWebhookUrl.php +++ b/app/Rules/Webhook/IsValidWebhookUrl.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Rules\Webhook; diff --git a/app/Services/FireflyIIIOrg/Update/GitHubUpdateRequest.php b/app/Services/FireflyIIIOrg/Update/GitHubUpdateRequest.php index f293366d1d..79a70b6cf1 100644 --- a/app/Services/FireflyIIIOrg/Update/GitHubUpdateRequest.php +++ b/app/Services/FireflyIIIOrg/Update/GitHubUpdateRequest.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Services\FireflyIIIOrg\Update; diff --git a/app/Services/FireflyIIIOrg/Update/UpdateResponse.php b/app/Services/FireflyIIIOrg/Update/UpdateResponse.php index 1f6c3b88c4..8ef8cbac82 100644 --- a/app/Services/FireflyIIIOrg/Update/UpdateResponse.php +++ b/app/Services/FireflyIIIOrg/Update/UpdateResponse.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Services\FireflyIIIOrg\Update; diff --git a/app/Services/Internal/Destroy/GenericDestroyService.php b/app/Services/Internal/Destroy/GenericDestroyService.php index f7c30453d1..6be034bbe3 100644 --- a/app/Services/Internal/Destroy/GenericDestroyService.php +++ b/app/Services/Internal/Destroy/GenericDestroyService.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Services\Internal\Destroy; diff --git a/app/Services/Internal/Recalculate/PrimaryAmountRecalculationService.php b/app/Services/Internal/Recalculate/PrimaryAmountRecalculationService.php index d740cc5904..4a245fb2c4 100644 --- a/app/Services/Internal/Recalculate/PrimaryAmountRecalculationService.php +++ b/app/Services/Internal/Recalculate/PrimaryAmountRecalculationService.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Services\Internal\Recalculate; diff --git a/app/Support/Blade/Navigation.php b/app/Support/Blade/Navigation.php index 5795b5cdfe..4f053bd611 100644 --- a/app/Support/Blade/Navigation.php +++ b/app/Support/Blade/Navigation.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Support\Blade; diff --git a/app/Support/Models/AvailableBudgetCalculator.php b/app/Support/Models/AvailableBudgetCalculator.php index 227451fd56..634905faf8 100644 --- a/app/Support/Models/AvailableBudgetCalculator.php +++ b/app/Support/Models/AvailableBudgetCalculator.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Support\Models; diff --git a/app/Support/System/IsOldVersion.php b/app/Support/System/IsOldVersion.php index ad45b53063..9e9a6e838b 100644 --- a/app/Support/System/IsOldVersion.php +++ b/app/Support/System/IsOldVersion.php @@ -1,26 +1,11 @@ . - */ + namespace FireflyIII\Support\System; diff --git a/app/TransactionRules/Engine/CustomExpressionLanguage.php b/app/TransactionRules/Engine/CustomExpressionLanguage.php index 78c8188d23..9c4108c33a 100644 --- a/app/TransactionRules/Engine/CustomExpressionLanguage.php +++ b/app/TransactionRules/Engine/CustomExpressionLanguage.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\TransactionRules\Engine; diff --git a/app/View/Components/Dashboard/Boxes.php b/app/View/Components/Dashboard/Boxes.php index fb21010366..b10d1cb881 100644 --- a/app/View/Components/Dashboard/Boxes.php +++ b/app/View/Components/Dashboard/Boxes.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Dashboard; diff --git a/app/View/Components/Elements/CardFooterWithMenu.php b/app/View/Components/Elements/CardFooterWithMenu.php index 91d90d92e9..16b7ca2779 100644 --- a/app/View/Components/Elements/CardFooterWithMenu.php +++ b/app/View/Components/Elements/CardFooterWithMenu.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Elements; diff --git a/app/View/Components/Elements/CardHeaderWithMenu.php b/app/View/Components/Elements/CardHeaderWithMenu.php index 202fe5d8f5..be86b69737 100644 --- a/app/View/Components/Elements/CardHeaderWithMenu.php +++ b/app/View/Components/Elements/CardHeaderWithMenu.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Elements; diff --git a/app/View/Components/Elements/TransactionAmount.php b/app/View/Components/Elements/TransactionAmount.php index 7bb2a968c8..7fd3f5c65f 100644 --- a/app/View/Components/Elements/TransactionAmount.php +++ b/app/View/Components/Elements/TransactionAmount.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Elements; diff --git a/app/View/Components/Elements/TransactionRunningBalance.php b/app/View/Components/Elements/TransactionRunningBalance.php index 9b5423169a..14d820d04e 100644 --- a/app/View/Components/Elements/TransactionRunningBalance.php +++ b/app/View/Components/Elements/TransactionRunningBalance.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Elements; diff --git a/app/View/Components/Elements/TransactionTypeIcon.php b/app/View/Components/Elements/TransactionTypeIcon.php index dcc57160fd..2993edbe6d 100644 --- a/app/View/Components/Elements/TransactionTypeIcon.php +++ b/app/View/Components/Elements/TransactionTypeIcon.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Elements; diff --git a/app/View/Components/EmptyPage.php b/app/View/Components/EmptyPage.php index 44af072144..318dee8446 100644 --- a/app/View/Components/EmptyPage.php +++ b/app/View/Components/EmptyPage.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components; diff --git a/app/View/Components/Form/Alpine/Checkbox.php b/app/View/Components/Form/Alpine/Checkbox.php index c474ba9215..b7b06a9843 100644 --- a/app/View/Components/Form/Alpine/Checkbox.php +++ b/app/View/Components/Form/Alpine/Checkbox.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Form\Alpine; diff --git a/app/View/Components/Form/Alpine/Deliveries.php b/app/View/Components/Form/Alpine/Deliveries.php index 946aa67cc8..c690b87024 100644 --- a/app/View/Components/Form/Alpine/Deliveries.php +++ b/app/View/Components/Form/Alpine/Deliveries.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Form\Alpine; diff --git a/app/View/Components/Form/Alpine/Responses.php b/app/View/Components/Form/Alpine/Responses.php index a0ab30ff71..96bf5657d9 100644 --- a/app/View/Components/Form/Alpine/Responses.php +++ b/app/View/Components/Form/Alpine/Responses.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Form\Alpine; diff --git a/app/View/Components/Form/Alpine/Title.php b/app/View/Components/Form/Alpine/Title.php index 1b576d8c84..7b07b56c60 100644 --- a/app/View/Components/Form/Alpine/Title.php +++ b/app/View/Components/Form/Alpine/Title.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Form\Alpine; diff --git a/app/View/Components/Form/Alpine/Triggers.php b/app/View/Components/Form/Alpine/Triggers.php index e4c86e8cc2..b739aa61e6 100644 --- a/app/View/Components/Form/Alpine/Triggers.php +++ b/app/View/Components/Form/Alpine/Triggers.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Form\Alpine; diff --git a/app/View/Components/Form/Alpine/Url.php b/app/View/Components/Form/Alpine/Url.php index d6d3a877a7..119498fbaa 100644 --- a/app/View/Components/Form/Alpine/Url.php +++ b/app/View/Components/Form/Alpine/Url.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Form\Alpine; diff --git a/app/View/Components/Generic/Amount.php b/app/View/Components/Generic/Amount.php index 386dde2b66..486ec336ba 100644 --- a/app/View/Components/Generic/Amount.php +++ b/app/View/Components/Generic/Amount.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Generic; diff --git a/app/View/Components/Layout/CreateMenu.php b/app/View/Components/Layout/CreateMenu.php index b3c895b1a5..8dd7ace572 100644 --- a/app/View/Components/Layout/CreateMenu.php +++ b/app/View/Components/Layout/CreateMenu.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/FavIcons.php b/app/View/Components/Layout/FavIcons.php index b0d6115f4e..3f45c56429 100644 --- a/app/View/Components/Layout/FavIcons.php +++ b/app/View/Components/Layout/FavIcons.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/Flash.php b/app/View/Components/Layout/Flash.php index 4cb5d1b906..dc12881a7a 100644 --- a/app/View/Components/Layout/Flash.php +++ b/app/View/Components/Layout/Flash.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/Range.php b/app/View/Components/Layout/Range.php index 7c90dcac8f..d2b67b7aa7 100644 --- a/app/View/Components/Layout/Range.php +++ b/app/View/Components/Layout/Range.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/Sidebar.php b/app/View/Components/Layout/Sidebar.php index aaa4245b78..1045355dc0 100644 --- a/app/View/Components/Layout/Sidebar.php +++ b/app/View/Components/Layout/Sidebar.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/TopBoxes.php b/app/View/Components/Layout/TopBoxes.php index ea55f61cc9..757a7de078 100644 --- a/app/View/Components/Layout/TopBoxes.php +++ b/app/View/Components/Layout/TopBoxes.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/Tracking.php b/app/View/Components/Layout/Tracking.php index bfe67ed10f..8db2c89edc 100644 --- a/app/View/Components/Layout/Tracking.php +++ b/app/View/Components/Layout/Tracking.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Layout/UserMenu.php b/app/View/Components/Layout/UserMenu.php index e74ae02e9c..cabbe5cc15 100644 --- a/app/View/Components/Layout/UserMenu.php +++ b/app/View/Components/Layout/UserMenu.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Layout; diff --git a/app/View/Components/Lists/Accounts.php b/app/View/Components/Lists/Accounts.php index 99a0b4e56e..2678d672d1 100644 --- a/app/View/Components/Lists/Accounts.php +++ b/app/View/Components/Lists/Accounts.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/Ale.php b/app/View/Components/Lists/Ale.php index b00b6e2276..076885da3e 100644 --- a/app/View/Components/Lists/Ale.php +++ b/app/View/Components/Lists/Ale.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/Attachments.php b/app/View/Components/Lists/Attachments.php index 82791d9e88..a0c85fa65b 100644 --- a/app/View/Components/Lists/Attachments.php +++ b/app/View/Components/Lists/Attachments.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/Categories.php b/app/View/Components/Lists/Categories.php index 912b720033..c931190412 100644 --- a/app/View/Components/Lists/Categories.php +++ b/app/View/Components/Lists/Categories.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/GroupsLarge.php b/app/View/Components/Lists/GroupsLarge.php index 899d88ed94..03ba03ec1d 100644 --- a/app/View/Components/Lists/GroupsLarge.php +++ b/app/View/Components/Lists/GroupsLarge.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/GroupsTiny.php b/app/View/Components/Lists/GroupsTiny.php index 945101d7f2..0cdc6ca450 100644 --- a/app/View/Components/Lists/GroupsTiny.php +++ b/app/View/Components/Lists/GroupsTiny.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/Periods.php b/app/View/Components/Lists/Periods.php index ff1def101c..5ab3f2cd26 100644 --- a/app/View/Components/Lists/Periods.php +++ b/app/View/Components/Lists/Periods.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/PiggyBankEvents.php b/app/View/Components/Lists/PiggyBankEvents.php index 3e34a6c46c..b1e00892cb 100644 --- a/app/View/Components/Lists/PiggyBankEvents.php +++ b/app/View/Components/Lists/PiggyBankEvents.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/PiggyBanks.php b/app/View/Components/Lists/PiggyBanks.php index 79c42429cc..1caadade94 100644 --- a/app/View/Components/Lists/PiggyBanks.php +++ b/app/View/Components/Lists/PiggyBanks.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Lists/Subscriptions.php b/app/View/Components/Lists/Subscriptions.php index 8c1ce8ea9e..ab208f747b 100644 --- a/app/View/Components/Lists/Subscriptions.php +++ b/app/View/Components/Lists/Subscriptions.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Lists; diff --git a/app/View/Components/Report/Partial/JournalsAudit.php b/app/View/Components/Report/Partial/JournalsAudit.php index 153c33ab7b..ecd8758f7e 100644 --- a/app/View/Components/Report/Partial/JournalsAudit.php +++ b/app/View/Components/Report/Partial/JournalsAudit.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Report\Partial; diff --git a/app/View/Components/Transaction/Messages.php b/app/View/Components/Transaction/Messages.php index 373517f456..e13b08f859 100644 --- a/app/View/Components/Transaction/Messages.php +++ b/app/View/Components/Transaction/Messages.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Transaction; diff --git a/app/View/Components/Transaction/Split.php b/app/View/Components/Transaction/Split.php index 8198b40f99..b94bda1430 100644 --- a/app/View/Components/Transaction/Split.php +++ b/app/View/Components/Transaction/Split.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Transaction; diff --git a/app/View/Components/Transaction/TabList.php b/app/View/Components/Transaction/TabList.php index bf11a17f2b..e5a52e0325 100644 --- a/app/View/Components/Transaction/TabList.php +++ b/app/View/Components/Transaction/TabList.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace FireflyIII\View\Components\Transaction; diff --git a/config/passport.php b/config/passport.php index ba8dd12a7c..c3e9e53b74 100644 --- a/config/passport.php +++ b/config/passport.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); return [ diff --git a/config/sentry.php b/config/sentry.php index fbda6afc06..4ebba80d09 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); use Illuminate\Auth\AuthenticationException; diff --git a/config/trustedproxy.php b/config/trustedproxy.php index 1ab75cde87..f83e159cc4 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -1,25 +1,10 @@ . - */ + return [ 'proxies' => env('TRUSTED_PROXIES', ''), diff --git a/database/factories/AccountFactory.php b/database/factories/AccountFactory.php index 3bd9d6020a..27cbf2bdd4 100644 --- a/database/factories/AccountFactory.php +++ b/database/factories/AccountFactory.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); namespace Database\Factories; diff --git a/database/migrations/2025_07_10_065736_rename_tag_mode.php b/database/migrations/2025_07_10_065736_rename_tag_mode.php index aecd585a00..91ffbaf8d1 100644 --- a/database/migrations/2025_07_10_065736_rename_tag_mode.php +++ b/database/migrations/2025_07_10_065736_rename_tag_mode.php @@ -1,26 +1,11 @@ . - */ + use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; diff --git a/database/migrations/2025_08_19_180459_create_webhook_details_tables.php b/database/migrations/2025_08_19_180459_create_webhook_details_tables.php index bd5de77244..2061073c6d 100644 --- a/database/migrations/2025_08_19_180459_create_webhook_details_tables.php +++ b/database/migrations/2025_08_19_180459_create_webhook_details_tables.php @@ -1,26 +1,11 @@ . - */ + use Illuminate\Database\Migrations\Migration; use Illuminate\Database\QueryException; diff --git a/database/migrations/2025_09_25_175248_create_period_statistics.php b/database/migrations/2025_09_25_175248_create_period_statistics.php index 2763925521..bd2fa66a37 100644 --- a/database/migrations/2025_09_25_175248_create_period_statistics.php +++ b/database/migrations/2025_09_25_175248_create_period_statistics.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); use Illuminate\Database\Migrations\Migration; diff --git a/database/migrations/2026_01_28_201901_migrations_01_2026.php b/database/migrations/2026_01_28_201901_migrations_01_2026.php index efe9329210..a28e296efc 100644 --- a/database/migrations/2026_01_28_201901_migrations_01_2026.php +++ b/database/migrations/2026_01_28_201901_migrations_01_2026.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); use Illuminate\Database\Migrations\Migration; diff --git a/database/migrations/2026_04_13_185808_migrations_04_2026.php b/database/migrations/2026_04_13_185808_migrations_04_2026.php index ab40624bf4..43ba4c3c89 100644 --- a/database/migrations/2026_04_13_185808_migrations_04_2026.php +++ b/database/migrations/2026_04_13_185808_migrations_04_2026.php @@ -1,5 +1,26 @@ . + */ + declare(strict_types=1); use Illuminate\Database\Migrations\Migration; diff --git a/database/seeders/WebhookDataSeeder.php b/database/seeders/WebhookDataSeeder.php index d3e83a11d0..e4bbc51913 100644 --- a/database/seeders/WebhookDataSeeder.php +++ b/database/seeders/WebhookDataSeeder.php @@ -1,26 +1,11 @@ . - */ + namespace Database\Seeders; diff --git a/resources/assets/v3/js/store/store.js b/resources/assets/v3/js/store/store.js index c6b382995b..88fafed7fb 100644 --- a/resources/assets/v3/js/store/store.js +++ b/resources/assets/v3/js/store/store.js @@ -1,3 +1,23 @@ +/* + * store.js + * Copyright (c) 2026 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + let engine = require('store/src/store-engine') let storages = require('store/storages/all') diff --git a/resources/views/vendor/mail/html/themes/default.css b/resources/views/vendor/mail/html/themes/default.css index 2483b11685..754a5a8997 100644 --- a/resources/views/vendor/mail/html/themes/default.css +++ b/resources/views/vendor/mail/html/themes/default.css @@ -1,3 +1,23 @@ +/* + * default.css + * Copyright (c) 2026 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + /* Base */ body,