From 1f6e42afd92d83d031cd6e8bdd4b7b8501bda31f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 17 Dec 2017 14:44:05 +0100 Subject: [PATCH] Update copyright [skip ci] --- .../Transaction/SingleController.php | 2 +- .../Transaction/SplitController.php | 2 +- app/Http/Middleware/Authenticate.php | 2 +- app/Http/Middleware/AuthenticateTwoFactor.php | 2 +- app/Http/Middleware/Binder.php | 2 +- app/Http/Middleware/EncryptCookies.php | 2 +- app/Http/Middleware/IsAdmin.php | 2 +- app/Http/Middleware/IsLimitedUser.php | 2 +- app/Http/Middleware/Range.php | 2 +- .../Middleware/RedirectIfAuthenticated.php | 2 +- .../RedirectIfTwoFactorAuthenticated.php | 2 +- app/Http/Middleware/Sandstorm.php | 2 +- app/Http/Middleware/StartFireflySession.php | 2 +- app/Http/Middleware/TrimStrings.php | 2 +- app/Http/Middleware/TrustProxies.php | 2 +- app/Http/Middleware/VerifyCsrfToken.php | 2 +- app/Http/Requests/AccountFormRequest.php | 2 +- app/Http/Requests/AttachmentFormRequest.php | 2 +- app/Http/Requests/BillFormRequest.php | 2 +- app/Http/Requests/BudgetFormRequest.php | 2 +- app/Http/Requests/BudgetIncomeRequest.php | 2 +- app/Http/Requests/CategoryFormRequest.php | 2 +- app/Http/Requests/ConfigurationRequest.php | 2 +- app/Http/Requests/CurrencyFormRequest.php | 2 +- .../Requests/DeleteAccountFormRequest.php | 2 +- app/Http/Requests/EmailFormRequest.php | 2 +- app/Http/Requests/ExportFormRequest.php | 2 +- app/Http/Requests/ImportUploadRequest.php | 2 +- app/Http/Requests/JournalFormRequest.php | 2 +- app/Http/Requests/JournalLinkRequest.php | 2 +- app/Http/Requests/LinkTypeFormRequest.php | 2 +- .../Requests/MassDeleteJournalRequest.php | 2 +- app/Http/Requests/MassEditJournalRequest.php | 2 +- app/Http/Requests/NewUserFormRequest.php | 2 +- app/Http/Requests/PiggyBankFormRequest.php | 2 +- app/Http/Requests/ProfileFormRequest.php | 2 +- .../Requests/ReconciliationFormRequest.php | 2 +- app/Http/Requests/ReportFormRequest.php | 2 +- app/Http/Requests/Request.php | 2 +- app/Http/Requests/RuleFormRequest.php | 2 +- app/Http/Requests/RuleGroupFormRequest.php | 2 +- .../Requests/SelectTransactionsRequest.php | 2 +- app/Http/Requests/SplitJournalFormRequest.php | 2 +- app/Http/Requests/TagFormRequest.php | 2 +- app/Http/Requests/TestRuleFormRequest.php | 2 +- app/Http/Requests/TokenFormRequest.php | 2 +- app/Http/Requests/UserFormRequest.php | 2 +- app/Http/Requests/UserRegistrationRequest.php | 2 +- .../Configuration/ConfiguratorInterface.php | 2 +- app/Import/Configuration/FileConfigurator.php | 2 +- .../Configuration/SpectreConfigurator.php | 2 +- app/Import/Converter/Amount.php | 2 +- app/Import/Converter/AmountCredit.php | 2 +- app/Import/Converter/AmountDebet.php | 2 +- app/Import/Converter/ConverterInterface.php | 2 +- app/Import/Converter/INGDebetCredit.php | 2 +- app/Import/Converter/RabobankDebetCredit.php | 2 +- app/Import/FileProcessor/CsvProcessor.php | 2 +- .../FileProcessor/FileProcessorInterface.php | 2 +- app/Import/Logging/CommandHandler.php | 2 +- app/Import/Mapper/AssetAccountIbans.php | 2 +- app/Import/Mapper/AssetAccounts.php | 2 +- app/Import/Mapper/Bills.php | 2 +- app/Import/Mapper/Budgets.php | 2 +- app/Import/Mapper/Categories.php | 2 +- app/Import/Mapper/MapperInterface.php | 2 +- app/Import/Mapper/OpposingAccountIbans.php | 2 +- app/Import/Mapper/OpposingAccounts.php | 2 +- app/Import/Mapper/Tags.php | 2 +- app/Import/Mapper/TransactionCurrencies.php | 2 +- .../PreProcessorInterface.php | 2 +- app/Import/MapperPreProcess/TagsComma.php | 2 +- app/Import/MapperPreProcess/TagsSpace.php | 2 +- app/Import/Object/ImportAccount.php | 2 +- app/Import/Object/ImportBill.php | 2 +- app/Import/Object/ImportBudget.php | 2 +- app/Import/Object/ImportCategory.php | 2 +- app/Import/Object/ImportCurrency.php | 2 +- app/Import/Object/ImportJournal.php | 2 +- .../Prerequisites/BunqPrerequisites.php | 2 +- .../Prerequisites/FilePrerequisites.php | 2 +- .../Prerequisites/PrerequisitesInterface.php | 2 +- .../Prerequisites/SpectrePrerequisites.php | 2 +- app/Import/Routine/FileRoutine.php | 2 +- app/Import/Routine/RoutineInterface.php | 2 +- app/Import/Specifics/PresidentsChoice.php | 2 +- app/Import/Specifics/RabobankDescription.php | 2 +- app/Import/Specifics/SpecificInterface.php | 2 +- app/Import/Storage/ImportStorage.php | 2 +- app/Import/Storage/ImportSupport.php | 2 +- ...ExecuteRuleGroupOnExistingTransactions.php | 2 +- .../ExecuteRuleOnExistingTransactions.php | 2 +- app/Jobs/GetSpectreProviders.php | 19 ++++++++++++++++++ app/Jobs/Job.php | 2 +- app/Jobs/MailError.php | 2 +- app/Mail/AdminTestMail.php | 2 +- app/Mail/ConfirmEmailChangeMail.php | 2 +- app/Mail/RegisteredUser.php | 2 +- app/Mail/RequestedNewPassword.php | 2 +- app/Mail/UndoEmailChangeMail.php | 2 +- app/Models/Account.php | 2 +- app/Models/AccountMeta.php | 2 +- app/Models/AccountType.php | 2 +- app/Models/Attachment.php | 2 +- app/Models/AvailableBudget.php | 2 +- app/Models/Bill.php | 2 +- app/Models/Budget.php | 2 +- app/Models/BudgetLimit.php | 2 +- app/Models/Category.php | 2 +- app/Models/Configuration.php | 2 +- app/Models/CurrencyExchangeRate.php | 2 +- app/Models/ExportJob.php | 2 +- app/Models/ImportJob.php | 2 +- app/Models/LinkType.php | 2 +- app/Models/Note.php | 2 +- app/Models/PiggyBank.php | 2 +- app/Models/PiggyBankEvent.php | 2 +- app/Models/PiggyBankRepetition.php | 2 +- app/Models/Preference.php | 2 +- app/Models/Role.php | 2 +- app/Models/Rule.php | 2 +- app/Models/RuleAction.php | 2 +- app/Models/RuleGroup.php | 2 +- app/Models/RuleTrigger.php | 2 +- app/Models/SpectreProvider.php | 20 +++++++++++++++++++ app/Models/Tag.php | 2 +- app/Models/Transaction.php | 2 +- app/Models/TransactionCurrency.php | 2 +- app/Models/TransactionJournal.php | 2 +- app/Models/TransactionJournalLink.php | 2 +- app/Models/TransactionJournalMeta.php | 2 +- app/Models/TransactionType.php | 2 +- app/Providers/AccountServiceProvider.php | 2 +- app/Providers/AdminServiceProvider.php | 2 +- app/Providers/AppServiceProvider.php | 2 +- app/Providers/AttachmentServiceProvider.php | 2 +- app/Providers/AuthServiceProvider.php | 2 +- app/Providers/BillServiceProvider.php | 2 +- app/Providers/BroadcastServiceProvider.php | 2 +- app/Providers/BudgetServiceProvider.php | 2 +- app/Providers/CategoryServiceProvider.php | 2 +- app/Providers/CurrencyServiceProvider.php | 2 +- app/Providers/EventServiceProvider.php | 2 +- app/Providers/ExportJobServiceProvider.php | 2 +- app/Providers/FireflyServiceProvider.php | 2 +- app/Providers/FireflySessionProvider.php | 2 +- app/Providers/JournalServiceProvider.php | 2 +- app/Providers/LogServiceProvider.php | 2 +- app/Providers/PiggyBankServiceProvider.php | 2 +- app/Providers/RouteServiceProvider.php | 2 +- app/Providers/RuleGroupServiceProvider.php | 2 +- app/Providers/RuleServiceProvider.php | 2 +- app/Providers/SearchServiceProvider.php | 2 +- app/Providers/SessionServiceProvider.php | 2 +- app/Providers/TagServiceProvider.php | 2 +- .../Account/AccountRepository.php | 2 +- .../Account/AccountRepositoryInterface.php | 2 +- app/Repositories/Account/AccountTasker.php | 2 +- .../Account/AccountTaskerInterface.php | 2 +- .../Account/FindAccountsTrait.php | 2 +- .../Attachment/AttachmentRepository.php | 2 +- .../AttachmentRepositoryInterface.php | 2 +- app/Repositories/Bill/BillRepository.php | 2 +- .../Bill/BillRepositoryInterface.php | 2 +- app/Repositories/Budget/BudgetRepository.php | 2 +- .../Budget/BudgetRepositoryInterface.php | 2 +- .../Category/CategoryRepository.php | 2 +- .../Category/CategoryRepositoryInterface.php | 2 +- .../Currency/CurrencyRepository.php | 2 +- .../Currency/CurrencyRepositoryInterface.php | 2 +- .../ExportJob/ExportJobRepository.php | 2 +- .../ExportJobRepositoryInterface.php | 2 +- .../ImportJob/ImportJobRepository.php | 2 +- .../ImportJobRepositoryInterface.php | 2 +- .../Journal/CreateJournalsTrait.php | 2 +- .../Journal/JournalRepository.php | 2 +- .../Journal/JournalRepositoryInterface.php | 2 +- app/Repositories/Journal/JournalTasker.php | 2 +- .../Journal/JournalTaskerInterface.php | 2 +- .../Journal/SupportJournalsTrait.php | 2 +- .../Journal/UpdateJournalsTrait.php | 2 +- .../LinkType/LinkTypeRepository.php | 2 +- .../LinkType/LinkTypeRepositoryInterface.php | 2 +- .../PiggyBank/PiggyBankRepository.php | 2 +- .../PiggyBankRepositoryInterface.php | 2 +- app/Repositories/Rule/RuleRepository.php | 2 +- .../Rule/RuleRepositoryInterface.php | 2 +- .../RuleGroup/RuleGroupRepository.php | 2 +- .../RuleGroupRepositoryInterface.php | 2 +- app/Repositories/Tag/TagRepository.php | 2 +- .../Tag/TagRepositoryInterface.php | 2 +- app/Repositories/User/UserRepository.php | 2 +- .../User/UserRepositoryInterface.php | 2 +- app/Services/Bunq/Id/BunqId.php | 2 +- app/Services/Bunq/Id/DeviceServerId.php | 2 +- app/Services/Bunq/Id/DeviceSessionId.php | 2 +- app/Services/Bunq/Id/InstallationId.php | 2 +- app/Services/Bunq/Object/Alias.php | 2 +- app/Services/Bunq/Object/Amount.php | 2 +- app/Services/Bunq/Object/Avatar.php | 2 +- app/Services/Bunq/Object/BunqObject.php | 2 +- app/Services/Bunq/Object/DeviceServer.php | 2 +- .../Bunq/Object/MonetaryAccountBank.php | 2 +- .../Bunq/Object/MonetaryAccountProfile.php | 2 +- .../Bunq/Object/MonetaryAccountSetting.php | 2 +- .../Bunq/Object/NotificationFilter.php | 2 +- app/Services/Bunq/Object/ServerPublicKey.php | 2 +- app/Services/Bunq/Object/UserCompany.php | 2 +- app/Services/Bunq/Object/UserLight.php | 2 +- app/Services/Bunq/Object/UserPerson.php | 2 +- app/Services/Bunq/Request/BunqRequest.php | 2 +- .../Request/DeleteDeviceSessionRequest.php | 2 +- .../Bunq/Request/DeviceServerRequest.php | 2 +- .../Bunq/Request/DeviceSessionRequest.php | 2 +- .../Bunq/Request/InstallationTokenRequest.php | 2 +- .../Bunq/Request/ListDeviceServerRequest.php | 2 +- .../Request/ListMonetaryAccountRequest.php | 2 +- app/Services/Bunq/Request/ListUserRequest.php | 2 +- app/Services/Bunq/Token/BunqToken.php | 2 +- app/Services/Bunq/Token/InstallationToken.php | 2 +- app/Services/Bunq/Token/SessionToken.php | 2 +- .../Currency/ExchangeRateInterface.php | 2 +- app/Services/Currency/FixerIO.php | 2 +- app/Services/Password/PwndVerifier.php | 2 +- app/Services/Password/Verifier.php | 2 +- .../Spectre/Request/ListProvidersRequest.php | 4 ++-- .../Spectre/Request/SpectreRequest.php | 4 ++-- app/Support/Amount.php | 2 +- app/Support/Binder/AccountList.php | 2 +- app/Support/Binder/BinderInterface.php | 2 +- app/Support/Binder/BudgetList.php | 2 +- app/Support/Binder/CategoryList.php | 2 +- app/Support/Binder/CurrencyCode.php | 2 +- app/Support/Binder/Date.php | 2 +- app/Support/Binder/JournalList.php | 2 +- app/Support/Binder/TagList.php | 2 +- app/Support/Binder/UnfinishedJournal.php | 2 +- app/Support/CacheProperties.php | 2 +- app/Support/ChartColour.php | 2 +- app/Support/Domain.php | 2 +- app/Support/Events/BillScanner.php | 2 +- app/Support/ExpandedForm.php | 2 +- app/Support/Facades/Amount.php | 2 +- app/Support/Facades/ExpandedForm.php | 2 +- app/Support/Facades/FireflyConfig.php | 2 +- app/Support/Facades/Navigation.php | 2 +- app/Support/Facades/Preferences.php | 2 +- app/Support/Facades/Steam.php | 2 +- app/Support/FireflyConfig.php | 2 +- .../Configuration/ConfigurationInterface.php | 2 +- .../Import/Configuration/File/Initial.php | 2 +- app/Support/Import/Configuration/File/Map.php | 2 +- .../Import/Configuration/File/Roles.php | 2 +- .../Import/Configuration/File/Upload.php | 2 +- .../Configuration/Spectre/InputMandatory.php | 20 +++++++++++++++++++ .../Configuration/Spectre/SelectCountry.php | 20 +++++++++++++++++++ .../Configuration/Spectre/SelectProvider.php | 20 +++++++++++++++++++ .../Import/Information/BunqInformation.php | 2 +- .../Information/InformationInterface.php | 2 +- .../Import/Information/SpectreInformation.php | 2 +- .../Models/TransactionJournalTrait.php | 2 +- app/Support/Navigation.php | 2 +- app/Support/Preferences.php | 2 +- app/Support/Search/Modifier.php | 2 +- app/Support/Search/Search.php | 2 +- app/Support/Search/SearchInterface.php | 2 +- app/Support/SingleCacheProperties.php | 2 +- app/Support/Steam.php | 2 +- app/Support/Twig/AmountFormat.php | 2 +- app/Support/Twig/Extension/Transaction.php | 2 +- .../Twig/Extension/TransactionJournal.php | 2 +- app/Support/Twig/General.php | 2 +- app/Support/Twig/Journal.php | 2 +- .../Twig/Loader/TransactionJournalLoader.php | 2 +- app/Support/Twig/Loader/TransactionLoader.php | 2 +- app/Support/Twig/PiggyBank.php | 2 +- app/Support/Twig/Rule.php | 2 +- app/Support/Twig/Transaction.php | 2 +- app/Support/Twig/Translation.php | 2 +- .../Actions/ActionInterface.php | 2 +- app/TransactionRules/Actions/AddTag.php | 2 +- .../Actions/AppendDescription.php | 2 +- app/TransactionRules/Actions/AppendNotes.php | 2 +- app/TransactionRules/Actions/ClearBudget.php | 2 +- .../Actions/ClearCategory.php | 2 +- app/TransactionRules/Actions/ClearNotes.php | 2 +- .../Actions/PrependDescription.php | 2 +- app/TransactionRules/Actions/PrependNotes.php | 2 +- .../Actions/RemoveAllTags.php | 2 +- app/TransactionRules/Actions/RemoveTag.php | 2 +- app/TransactionRules/Actions/SetBudget.php | 2 +- app/TransactionRules/Actions/SetCategory.php | 2 +- .../Actions/SetDescription.php | 2 +- .../Actions/SetDestinationAccount.php | 2 +- app/TransactionRules/Actions/SetNotes.php | 2 +- .../Actions/SetSourceAccount.php | 2 +- .../Factory/ActionFactory.php | 4 ++-- .../Factory/TriggerFactory.php | 4 ++-- app/TransactionRules/TransactionMatcher.php | 4 ++-- .../Triggers/AbstractTrigger.php | 2 +- .../Triggers/AmountExactly.php | 2 +- app/TransactionRules/Triggers/AmountLess.php | 2 +- app/TransactionRules/Triggers/AmountMore.php | 2 +- app/TransactionRules/Triggers/BudgetIs.php | 2 +- app/TransactionRules/Triggers/CategoryIs.php | 2 +- .../Triggers/DescriptionContains.php | 2 +- .../Triggers/DescriptionEnds.php | 2 +- .../Triggers/DescriptionIs.php | 2 +- .../Triggers/DescriptionStarts.php | 2 +- .../Triggers/FromAccountContains.php | 2 +- .../Triggers/FromAccountEnds.php | 2 +- .../Triggers/FromAccountIs.php | 2 +- .../Triggers/FromAccountStarts.php | 2 +- .../Triggers/HasAnyBudget.php | 2 +- .../Triggers/HasAnyCategory.php | 2 +- app/TransactionRules/Triggers/HasAnyTag.php | 2 +- .../Triggers/HasAttachment.php | 2 +- app/TransactionRules/Triggers/HasNoBudget.php | 2 +- .../Triggers/HasNoCategory.php | 2 +- app/TransactionRules/Triggers/HasNoTag.php | 2 +- app/TransactionRules/Triggers/NotesAny.php | 2 +- app/TransactionRules/Triggers/NotesAre.php | 2 +- .../Triggers/NotesContain.php | 2 +- app/TransactionRules/Triggers/NotesEmpty.php | 2 +- app/TransactionRules/Triggers/NotesEnd.php | 2 +- app/TransactionRules/Triggers/NotesStart.php | 2 +- app/TransactionRules/Triggers/TagIs.php | 2 +- .../Triggers/ToAccountContains.php | 2 +- .../Triggers/ToAccountEnds.php | 2 +- app/TransactionRules/Triggers/ToAccountIs.php | 2 +- .../Triggers/ToAccountStarts.php | 2 +- .../Triggers/TransactionType.php | 2 +- .../Triggers/TriggerInterface.php | 2 +- app/TransactionRules/Triggers/UserAction.php | 2 +- app/Validation/FireflyValidator.php | 2 +- 335 files changed, 434 insertions(+), 335 deletions(-) diff --git a/app/Http/Controllers/Transaction/SingleController.php b/app/Http/Controllers/Transaction/SingleController.php index 7a188d23c7..8b086df806 100644 --- a/app/Http/Controllers/Transaction/SingleController.php +++ b/app/Http/Controllers/Transaction/SingleController.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Controllers/Transaction/SplitController.php b/app/Http/Controllers/Transaction/SplitController.php index 865e086493..4f3df74dae 100644 --- a/app/Http/Controllers/Transaction/SplitController.php +++ b/app/Http/Controllers/Transaction/SplitController.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index bd07886e0a..c5d91b1510 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/AuthenticateTwoFactor.php b/app/Http/Middleware/AuthenticateTwoFactor.php index 840ac16ab1..c2ead8de22 100644 --- a/app/Http/Middleware/AuthenticateTwoFactor.php +++ b/app/Http/Middleware/AuthenticateTwoFactor.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/Binder.php b/app/Http/Middleware/Binder.php index 64553e8701..0a7bfc1bda 100644 --- a/app/Http/Middleware/Binder.php +++ b/app/Http/Middleware/Binder.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php index 8104153c01..a6ffca4c70 100644 --- a/app/Http/Middleware/EncryptCookies.php +++ b/app/Http/Middleware/EncryptCookies.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/IsAdmin.php b/app/Http/Middleware/IsAdmin.php index 3fb6dbdd8e..e06eecc07b 100644 --- a/app/Http/Middleware/IsAdmin.php +++ b/app/Http/Middleware/IsAdmin.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/IsLimitedUser.php b/app/Http/Middleware/IsLimitedUser.php index 01fc8163ea..3eaf5a1513 100644 --- a/app/Http/Middleware/IsLimitedUser.php +++ b/app/Http/Middleware/IsLimitedUser.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/Range.php b/app/Http/Middleware/Range.php index adc35331a5..3b75b080d1 100644 --- a/app/Http/Middleware/Range.php +++ b/app/Http/Middleware/Range.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 5ebd0e50c9..528f5b24f2 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php b/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php index dce366ed4c..94819959b3 100644 --- a/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php +++ b/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/Sandstorm.php b/app/Http/Middleware/Sandstorm.php index 83759a0c96..00236f44a4 100644 --- a/app/Http/Middleware/Sandstorm.php +++ b/app/Http/Middleware/Sandstorm.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/StartFireflySession.php b/app/Http/Middleware/StartFireflySession.php index e8988208b9..b5dcd1f724 100644 --- a/app/Http/Middleware/StartFireflySession.php +++ b/app/Http/Middleware/StartFireflySession.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php index e3dfba1361..28c17c0320 100644 --- a/app/Http/Middleware/TrimStrings.php +++ b/app/Http/Middleware/TrimStrings.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 00aa91c146..533efa4c71 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 3bb109f024..83f86be647 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/AccountFormRequest.php b/app/Http/Requests/AccountFormRequest.php index 261247f432..9b640d7b08 100644 --- a/app/Http/Requests/AccountFormRequest.php +++ b/app/Http/Requests/AccountFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/AttachmentFormRequest.php b/app/Http/Requests/AttachmentFormRequest.php index 7797903735..0347d6024f 100644 --- a/app/Http/Requests/AttachmentFormRequest.php +++ b/app/Http/Requests/AttachmentFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/BillFormRequest.php b/app/Http/Requests/BillFormRequest.php index 91535dc30e..2e70ed4fa8 100644 --- a/app/Http/Requests/BillFormRequest.php +++ b/app/Http/Requests/BillFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/BudgetFormRequest.php b/app/Http/Requests/BudgetFormRequest.php index a7f8266aac..c4567795f5 100644 --- a/app/Http/Requests/BudgetFormRequest.php +++ b/app/Http/Requests/BudgetFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/BudgetIncomeRequest.php b/app/Http/Requests/BudgetIncomeRequest.php index 94fd15117a..a862fea05f 100644 --- a/app/Http/Requests/BudgetIncomeRequest.php +++ b/app/Http/Requests/BudgetIncomeRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/CategoryFormRequest.php b/app/Http/Requests/CategoryFormRequest.php index 316076b85f..9fb8057e0c 100644 --- a/app/Http/Requests/CategoryFormRequest.php +++ b/app/Http/Requests/CategoryFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/ConfigurationRequest.php b/app/Http/Requests/ConfigurationRequest.php index facdf0652d..db80a3a8a7 100644 --- a/app/Http/Requests/ConfigurationRequest.php +++ b/app/Http/Requests/ConfigurationRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/CurrencyFormRequest.php b/app/Http/Requests/CurrencyFormRequest.php index 54f0a742de..77043798dd 100644 --- a/app/Http/Requests/CurrencyFormRequest.php +++ b/app/Http/Requests/CurrencyFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/DeleteAccountFormRequest.php b/app/Http/Requests/DeleteAccountFormRequest.php index 091e660feb..dd8065d743 100644 --- a/app/Http/Requests/DeleteAccountFormRequest.php +++ b/app/Http/Requests/DeleteAccountFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/EmailFormRequest.php b/app/Http/Requests/EmailFormRequest.php index 0574e39ac2..5dd3cd2dd2 100644 --- a/app/Http/Requests/EmailFormRequest.php +++ b/app/Http/Requests/EmailFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/ExportFormRequest.php b/app/Http/Requests/ExportFormRequest.php index 2b1dc46df0..3d60ac7696 100644 --- a/app/Http/Requests/ExportFormRequest.php +++ b/app/Http/Requests/ExportFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/ImportUploadRequest.php b/app/Http/Requests/ImportUploadRequest.php index 1a4ac97c9e..5bb61dcb24 100644 --- a/app/Http/Requests/ImportUploadRequest.php +++ b/app/Http/Requests/ImportUploadRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/JournalFormRequest.php b/app/Http/Requests/JournalFormRequest.php index 15f8018830..8b587670fc 100644 --- a/app/Http/Requests/JournalFormRequest.php +++ b/app/Http/Requests/JournalFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/JournalLinkRequest.php b/app/Http/Requests/JournalLinkRequest.php index 85d8728e5c..5544706986 100644 --- a/app/Http/Requests/JournalLinkRequest.php +++ b/app/Http/Requests/JournalLinkRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/LinkTypeFormRequest.php b/app/Http/Requests/LinkTypeFormRequest.php index b113f24a53..f530fc299f 100644 --- a/app/Http/Requests/LinkTypeFormRequest.php +++ b/app/Http/Requests/LinkTypeFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/MassDeleteJournalRequest.php b/app/Http/Requests/MassDeleteJournalRequest.php index dc386dca03..274acff2fc 100644 --- a/app/Http/Requests/MassDeleteJournalRequest.php +++ b/app/Http/Requests/MassDeleteJournalRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/MassEditJournalRequest.php b/app/Http/Requests/MassEditJournalRequest.php index 0bf81bcfea..9ea17f8727 100644 --- a/app/Http/Requests/MassEditJournalRequest.php +++ b/app/Http/Requests/MassEditJournalRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/NewUserFormRequest.php b/app/Http/Requests/NewUserFormRequest.php index 7cbcf455f2..f687019ba4 100644 --- a/app/Http/Requests/NewUserFormRequest.php +++ b/app/Http/Requests/NewUserFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/PiggyBankFormRequest.php b/app/Http/Requests/PiggyBankFormRequest.php index bf1c068918..5d1284ebe9 100644 --- a/app/Http/Requests/PiggyBankFormRequest.php +++ b/app/Http/Requests/PiggyBankFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/ProfileFormRequest.php b/app/Http/Requests/ProfileFormRequest.php index c12219d758..66f82b1436 100644 --- a/app/Http/Requests/ProfileFormRequest.php +++ b/app/Http/Requests/ProfileFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/ReconciliationFormRequest.php b/app/Http/Requests/ReconciliationFormRequest.php index 1f6f2c6238..b491282cae 100644 --- a/app/Http/Requests/ReconciliationFormRequest.php +++ b/app/Http/Requests/ReconciliationFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/ReportFormRequest.php b/app/Http/Requests/ReportFormRequest.php index 41a0400d77..728071c7d7 100644 --- a/app/Http/Requests/ReportFormRequest.php +++ b/app/Http/Requests/ReportFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php index f26c4113d6..92916f77f4 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/RuleFormRequest.php b/app/Http/Requests/RuleFormRequest.php index eb4453070b..110639df3e 100644 --- a/app/Http/Requests/RuleFormRequest.php +++ b/app/Http/Requests/RuleFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/RuleGroupFormRequest.php b/app/Http/Requests/RuleGroupFormRequest.php index 539f647446..25c7bb59da 100644 --- a/app/Http/Requests/RuleGroupFormRequest.php +++ b/app/Http/Requests/RuleGroupFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/SelectTransactionsRequest.php b/app/Http/Requests/SelectTransactionsRequest.php index 1c96d0eb83..e0bc80f942 100644 --- a/app/Http/Requests/SelectTransactionsRequest.php +++ b/app/Http/Requests/SelectTransactionsRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/SplitJournalFormRequest.php b/app/Http/Requests/SplitJournalFormRequest.php index 0865751fb4..d2c82be9ff 100644 --- a/app/Http/Requests/SplitJournalFormRequest.php +++ b/app/Http/Requests/SplitJournalFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/TagFormRequest.php b/app/Http/Requests/TagFormRequest.php index dd835fd9a6..563c920652 100644 --- a/app/Http/Requests/TagFormRequest.php +++ b/app/Http/Requests/TagFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/TestRuleFormRequest.php b/app/Http/Requests/TestRuleFormRequest.php index 098315e0f9..f81cdb480b 100644 --- a/app/Http/Requests/TestRuleFormRequest.php +++ b/app/Http/Requests/TestRuleFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/TokenFormRequest.php b/app/Http/Requests/TokenFormRequest.php index e3b2f3819f..47c391f45e 100644 --- a/app/Http/Requests/TokenFormRequest.php +++ b/app/Http/Requests/TokenFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/UserFormRequest.php b/app/Http/Requests/UserFormRequest.php index ffb06350ea..e12f8df884 100644 --- a/app/Http/Requests/UserFormRequest.php +++ b/app/Http/Requests/UserFormRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Http/Requests/UserRegistrationRequest.php b/app/Http/Requests/UserRegistrationRequest.php index dffe9a3223..7b0143473e 100644 --- a/app/Http/Requests/UserRegistrationRequest.php +++ b/app/Http/Requests/UserRegistrationRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Configuration/ConfiguratorInterface.php b/app/Import/Configuration/ConfiguratorInterface.php index 3e5ad71f30..f171044f7c 100644 --- a/app/Import/Configuration/ConfiguratorInterface.php +++ b/app/Import/Configuration/ConfiguratorInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Configuration/FileConfigurator.php b/app/Import/Configuration/FileConfigurator.php index 1638f017c8..8e120c4208 100644 --- a/app/Import/Configuration/FileConfigurator.php +++ b/app/Import/Configuration/FileConfigurator.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Configuration/SpectreConfigurator.php b/app/Import/Configuration/SpectreConfigurator.php index d2cb4a6a33..30c2f80e3f 100644 --- a/app/Import/Configuration/SpectreConfigurator.php +++ b/app/Import/Configuration/SpectreConfigurator.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Converter/Amount.php b/app/Import/Converter/Amount.php index 0977ccba88..5d6708c5be 100644 --- a/app/Import/Converter/Amount.php +++ b/app/Import/Converter/Amount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Converter/AmountCredit.php b/app/Import/Converter/AmountCredit.php index 2e37f42706..f57220860f 100644 --- a/app/Import/Converter/AmountCredit.php +++ b/app/Import/Converter/AmountCredit.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Converter/AmountDebet.php b/app/Import/Converter/AmountDebet.php index a890ae3209..f4c55153e4 100644 --- a/app/Import/Converter/AmountDebet.php +++ b/app/Import/Converter/AmountDebet.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Converter/ConverterInterface.php b/app/Import/Converter/ConverterInterface.php index 20a4ba6411..40c51884cf 100644 --- a/app/Import/Converter/ConverterInterface.php +++ b/app/Import/Converter/ConverterInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Converter/INGDebetCredit.php b/app/Import/Converter/INGDebetCredit.php index 2772100bd7..cb5ec42560 100644 --- a/app/Import/Converter/INGDebetCredit.php +++ b/app/Import/Converter/INGDebetCredit.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Converter/RabobankDebetCredit.php b/app/Import/Converter/RabobankDebetCredit.php index 81dbd57f96..626f457cca 100644 --- a/app/Import/Converter/RabobankDebetCredit.php +++ b/app/Import/Converter/RabobankDebetCredit.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/FileProcessor/CsvProcessor.php b/app/Import/FileProcessor/CsvProcessor.php index e7cb496d66..dbf11a7e02 100644 --- a/app/Import/FileProcessor/CsvProcessor.php +++ b/app/Import/FileProcessor/CsvProcessor.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/FileProcessor/FileProcessorInterface.php b/app/Import/FileProcessor/FileProcessorInterface.php index e8a480176f..7b6de00ade 100644 --- a/app/Import/FileProcessor/FileProcessorInterface.php +++ b/app/Import/FileProcessor/FileProcessorInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Logging/CommandHandler.php b/app/Import/Logging/CommandHandler.php index b55c1f9dc7..c35663e53e 100644 --- a/app/Import/Logging/CommandHandler.php +++ b/app/Import/Logging/CommandHandler.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/AssetAccountIbans.php b/app/Import/Mapper/AssetAccountIbans.php index 9e2c78f277..a782638ca1 100644 --- a/app/Import/Mapper/AssetAccountIbans.php +++ b/app/Import/Mapper/AssetAccountIbans.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/AssetAccounts.php b/app/Import/Mapper/AssetAccounts.php index 1df9b2dca7..99b07bd40d 100644 --- a/app/Import/Mapper/AssetAccounts.php +++ b/app/Import/Mapper/AssetAccounts.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/Bills.php b/app/Import/Mapper/Bills.php index 90e22e2558..d15544c414 100644 --- a/app/Import/Mapper/Bills.php +++ b/app/Import/Mapper/Bills.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/Budgets.php b/app/Import/Mapper/Budgets.php index 286a6e3879..f546e68049 100644 --- a/app/Import/Mapper/Budgets.php +++ b/app/Import/Mapper/Budgets.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/Categories.php b/app/Import/Mapper/Categories.php index 10155d77a6..fae3276f94 100644 --- a/app/Import/Mapper/Categories.php +++ b/app/Import/Mapper/Categories.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/MapperInterface.php b/app/Import/Mapper/MapperInterface.php index b0ca4803b5..9446babdd2 100644 --- a/app/Import/Mapper/MapperInterface.php +++ b/app/Import/Mapper/MapperInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/OpposingAccountIbans.php b/app/Import/Mapper/OpposingAccountIbans.php index 35d4178a88..4471dcbf22 100644 --- a/app/Import/Mapper/OpposingAccountIbans.php +++ b/app/Import/Mapper/OpposingAccountIbans.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/OpposingAccounts.php b/app/Import/Mapper/OpposingAccounts.php index 7269fca8d9..d524530986 100644 --- a/app/Import/Mapper/OpposingAccounts.php +++ b/app/Import/Mapper/OpposingAccounts.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/Tags.php b/app/Import/Mapper/Tags.php index 0c2532b1c9..1e36239b0e 100644 --- a/app/Import/Mapper/Tags.php +++ b/app/Import/Mapper/Tags.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Mapper/TransactionCurrencies.php b/app/Import/Mapper/TransactionCurrencies.php index fc2ee8d395..4e58b26285 100644 --- a/app/Import/Mapper/TransactionCurrencies.php +++ b/app/Import/Mapper/TransactionCurrencies.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/MapperPreProcess/PreProcessorInterface.php b/app/Import/MapperPreProcess/PreProcessorInterface.php index c8232d0239..5346d5dddc 100644 --- a/app/Import/MapperPreProcess/PreProcessorInterface.php +++ b/app/Import/MapperPreProcess/PreProcessorInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/MapperPreProcess/TagsComma.php b/app/Import/MapperPreProcess/TagsComma.php index a7534f0aeb..d3d2e4165a 100644 --- a/app/Import/MapperPreProcess/TagsComma.php +++ b/app/Import/MapperPreProcess/TagsComma.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/MapperPreProcess/TagsSpace.php b/app/Import/MapperPreProcess/TagsSpace.php index 02f9bcebe9..cd897e7c67 100644 --- a/app/Import/MapperPreProcess/TagsSpace.php +++ b/app/Import/MapperPreProcess/TagsSpace.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Object/ImportAccount.php b/app/Import/Object/ImportAccount.php index 31786c2be5..b122aee8c0 100644 --- a/app/Import/Object/ImportAccount.php +++ b/app/Import/Object/ImportAccount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Object/ImportBill.php b/app/Import/Object/ImportBill.php index 94cacfd7cf..988b7b9574 100644 --- a/app/Import/Object/ImportBill.php +++ b/app/Import/Object/ImportBill.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Object/ImportBudget.php b/app/Import/Object/ImportBudget.php index e8d2a5acf9..a45de9d5d6 100644 --- a/app/Import/Object/ImportBudget.php +++ b/app/Import/Object/ImportBudget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Object/ImportCategory.php b/app/Import/Object/ImportCategory.php index 4dc0207885..3c899f1664 100644 --- a/app/Import/Object/ImportCategory.php +++ b/app/Import/Object/ImportCategory.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Object/ImportCurrency.php b/app/Import/Object/ImportCurrency.php index 5cf6a57689..9a459d4c24 100644 --- a/app/Import/Object/ImportCurrency.php +++ b/app/Import/Object/ImportCurrency.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Object/ImportJournal.php b/app/Import/Object/ImportJournal.php index 54f194c481..85c7ddbb59 100644 --- a/app/Import/Object/ImportJournal.php +++ b/app/Import/Object/ImportJournal.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Prerequisites/BunqPrerequisites.php b/app/Import/Prerequisites/BunqPrerequisites.php index d0c6b55b6a..e4525f9e70 100644 --- a/app/Import/Prerequisites/BunqPrerequisites.php +++ b/app/Import/Prerequisites/BunqPrerequisites.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Prerequisites/FilePrerequisites.php b/app/Import/Prerequisites/FilePrerequisites.php index 8456cbc457..1c2a27a755 100644 --- a/app/Import/Prerequisites/FilePrerequisites.php +++ b/app/Import/Prerequisites/FilePrerequisites.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Prerequisites/PrerequisitesInterface.php b/app/Import/Prerequisites/PrerequisitesInterface.php index e7c20048dc..305a01f284 100644 --- a/app/Import/Prerequisites/PrerequisitesInterface.php +++ b/app/Import/Prerequisites/PrerequisitesInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Prerequisites/SpectrePrerequisites.php b/app/Import/Prerequisites/SpectrePrerequisites.php index 3e6fae0b0a..cf03ba0048 100644 --- a/app/Import/Prerequisites/SpectrePrerequisites.php +++ b/app/Import/Prerequisites/SpectrePrerequisites.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Routine/FileRoutine.php b/app/Import/Routine/FileRoutine.php index 2c5c12fd64..99f1c14d75 100644 --- a/app/Import/Routine/FileRoutine.php +++ b/app/Import/Routine/FileRoutine.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Routine/RoutineInterface.php b/app/Import/Routine/RoutineInterface.php index 9e50d1b3cb..91d17d1c93 100644 --- a/app/Import/Routine/RoutineInterface.php +++ b/app/Import/Routine/RoutineInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Specifics/PresidentsChoice.php b/app/Import/Specifics/PresidentsChoice.php index c25a17ab89..96fec74867 100644 --- a/app/Import/Specifics/PresidentsChoice.php +++ b/app/Import/Specifics/PresidentsChoice.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Specifics/RabobankDescription.php b/app/Import/Specifics/RabobankDescription.php index 1a1caa8f4c..b29127260a 100644 --- a/app/Import/Specifics/RabobankDescription.php +++ b/app/Import/Specifics/RabobankDescription.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Specifics/SpecificInterface.php b/app/Import/Specifics/SpecificInterface.php index 837966be3e..d721f18557 100644 --- a/app/Import/Specifics/SpecificInterface.php +++ b/app/Import/Specifics/SpecificInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Storage/ImportStorage.php b/app/Import/Storage/ImportStorage.php index 76e409f673..0488a0782c 100644 --- a/app/Import/Storage/ImportStorage.php +++ b/app/Import/Storage/ImportStorage.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Import/Storage/ImportSupport.php b/app/Import/Storage/ImportSupport.php index 6bbd14488d..f0689a430e 100644 --- a/app/Import/Storage/ImportSupport.php +++ b/app/Import/Storage/ImportSupport.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php b/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php index 77aa4174f4..a1d896184c 100644 --- a/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php +++ b/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Jobs/ExecuteRuleOnExistingTransactions.php b/app/Jobs/ExecuteRuleOnExistingTransactions.php index 45117b37bf..1dc76a29ef 100644 --- a/app/Jobs/ExecuteRuleOnExistingTransactions.php +++ b/app/Jobs/ExecuteRuleOnExistingTransactions.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Jobs/GetSpectreProviders.php b/app/Jobs/GetSpectreProviders.php index 72fac255ae..3d410acd0e 100644 --- a/app/Jobs/GetSpectreProviders.php +++ b/app/Jobs/GetSpectreProviders.php @@ -1,4 +1,23 @@ . + */ namespace FireflyIII\Jobs; diff --git a/app/Jobs/Job.php b/app/Jobs/Job.php index 738c8a0ff6..7de34f6460 100644 --- a/app/Jobs/Job.php +++ b/app/Jobs/Job.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Jobs/MailError.php b/app/Jobs/MailError.php index 58835eb59f..8c61797fa2 100644 --- a/app/Jobs/MailError.php +++ b/app/Jobs/MailError.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Mail/AdminTestMail.php b/app/Mail/AdminTestMail.php index 9895359c3b..02042be108 100644 --- a/app/Mail/AdminTestMail.php +++ b/app/Mail/AdminTestMail.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Mail/ConfirmEmailChangeMail.php b/app/Mail/ConfirmEmailChangeMail.php index d08b62eba5..9774e60892 100644 --- a/app/Mail/ConfirmEmailChangeMail.php +++ b/app/Mail/ConfirmEmailChangeMail.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Mail/RegisteredUser.php b/app/Mail/RegisteredUser.php index c8a6be8920..462509408f 100644 --- a/app/Mail/RegisteredUser.php +++ b/app/Mail/RegisteredUser.php @@ -17,7 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Mail/RequestedNewPassword.php b/app/Mail/RequestedNewPassword.php index 4545095120..6ff7c81f03 100644 --- a/app/Mail/RequestedNewPassword.php +++ b/app/Mail/RequestedNewPassword.php @@ -17,7 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Mail/UndoEmailChangeMail.php b/app/Mail/UndoEmailChangeMail.php index 6fc85d6e07..350dd778a9 100644 --- a/app/Mail/UndoEmailChangeMail.php +++ b/app/Mail/UndoEmailChangeMail.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Account.php b/app/Models/Account.php index 4aef0b21fc..2a5a9e877c 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/AccountMeta.php b/app/Models/AccountMeta.php index be51e3bd9e..4586851005 100644 --- a/app/Models/AccountMeta.php +++ b/app/Models/AccountMeta.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/AccountType.php b/app/Models/AccountType.php index d8d00816fb..902373a146 100644 --- a/app/Models/AccountType.php +++ b/app/Models/AccountType.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Attachment.php b/app/Models/Attachment.php index 00ea1c5e89..0d9221b90c 100644 --- a/app/Models/Attachment.php +++ b/app/Models/Attachment.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/AvailableBudget.php b/app/Models/AvailableBudget.php index 9e90b2572f..e559153c99 100644 --- a/app/Models/AvailableBudget.php +++ b/app/Models/AvailableBudget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Bill.php b/app/Models/Bill.php index c00087df17..37dc9fecad 100644 --- a/app/Models/Bill.php +++ b/app/Models/Bill.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Budget.php b/app/Models/Budget.php index d319d2aa2b..dda01f752f 100644 --- a/app/Models/Budget.php +++ b/app/Models/Budget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/BudgetLimit.php b/app/Models/BudgetLimit.php index b8902b4727..73354333c9 100644 --- a/app/Models/BudgetLimit.php +++ b/app/Models/BudgetLimit.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Category.php b/app/Models/Category.php index d72cd168e2..cf2b82ab97 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index b958ae26c4..7b661298e8 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/CurrencyExchangeRate.php b/app/Models/CurrencyExchangeRate.php index acea35d9f2..32b1bc972e 100644 --- a/app/Models/CurrencyExchangeRate.php +++ b/app/Models/CurrencyExchangeRate.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/ExportJob.php b/app/Models/ExportJob.php index 599b6bdba9..89a9c17028 100644 --- a/app/Models/ExportJob.php +++ b/app/Models/ExportJob.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/ImportJob.php b/app/Models/ImportJob.php index 05e047765e..21c4adcaa8 100644 --- a/app/Models/ImportJob.php +++ b/app/Models/ImportJob.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/LinkType.php b/app/Models/LinkType.php index ef912d4e64..b32948e75b 100644 --- a/app/Models/LinkType.php +++ b/app/Models/LinkType.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Note.php b/app/Models/Note.php index 4d5d2bfafb..15853e7abc 100644 --- a/app/Models/Note.php +++ b/app/Models/Note.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/PiggyBank.php b/app/Models/PiggyBank.php index b3a4e1fe90..0d33f0800e 100644 --- a/app/Models/PiggyBank.php +++ b/app/Models/PiggyBank.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/PiggyBankEvent.php b/app/Models/PiggyBankEvent.php index 1959008245..2e6c8ec490 100644 --- a/app/Models/PiggyBankEvent.php +++ b/app/Models/PiggyBankEvent.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/PiggyBankRepetition.php b/app/Models/PiggyBankRepetition.php index edb2f51841..ddf0cab986 100644 --- a/app/Models/PiggyBankRepetition.php +++ b/app/Models/PiggyBankRepetition.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Preference.php b/app/Models/Preference.php index a5296a2036..18d80d4e36 100644 --- a/app/Models/Preference.php +++ b/app/Models/Preference.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Role.php b/app/Models/Role.php index fd9d036988..5413d09165 100644 --- a/app/Models/Role.php +++ b/app/Models/Role.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Rule.php b/app/Models/Rule.php index 4a37c9ab3d..6be62b2c9b 100644 --- a/app/Models/Rule.php +++ b/app/Models/Rule.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/RuleAction.php b/app/Models/RuleAction.php index 3bfdacc406..7f7af9ef8f 100644 --- a/app/Models/RuleAction.php +++ b/app/Models/RuleAction.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/RuleGroup.php b/app/Models/RuleGroup.php index e4b28c15c1..811fde0758 100644 --- a/app/Models/RuleGroup.php +++ b/app/Models/RuleGroup.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/RuleTrigger.php b/app/Models/RuleTrigger.php index bf867571a6..f52dc8367e 100644 --- a/app/Models/RuleTrigger.php +++ b/app/Models/RuleTrigger.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/SpectreProvider.php b/app/Models/SpectreProvider.php index f39e20e67f..b7123d3d98 100644 --- a/app/Models/SpectreProvider.php +++ b/app/Models/SpectreProvider.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Models; diff --git a/app/Models/Tag.php b/app/Models/Tag.php index a1d43a4d9c..3ea86a67ca 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/Transaction.php b/app/Models/Transaction.php index bc9a9d3455..89c0a6a174 100644 --- a/app/Models/Transaction.php +++ b/app/Models/Transaction.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/TransactionCurrency.php b/app/Models/TransactionCurrency.php index 5e8b4dfe7f..2cb261e214 100644 --- a/app/Models/TransactionCurrency.php +++ b/app/Models/TransactionCurrency.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/TransactionJournal.php b/app/Models/TransactionJournal.php index 883a6ba3ab..a78758dda2 100644 --- a/app/Models/TransactionJournal.php +++ b/app/Models/TransactionJournal.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/TransactionJournalLink.php b/app/Models/TransactionJournalLink.php index ec1d502b2c..05cca646ae 100644 --- a/app/Models/TransactionJournalLink.php +++ b/app/Models/TransactionJournalLink.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/TransactionJournalMeta.php b/app/Models/TransactionJournalMeta.php index 8a93df7870..f9859bb665 100644 --- a/app/Models/TransactionJournalMeta.php +++ b/app/Models/TransactionJournalMeta.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Models/TransactionType.php b/app/Models/TransactionType.php index f4085a22a6..37ba8b3a47 100644 --- a/app/Models/TransactionType.php +++ b/app/Models/TransactionType.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/AccountServiceProvider.php b/app/Providers/AccountServiceProvider.php index 7f041d1902..568f3c5d74 100644 --- a/app/Providers/AccountServiceProvider.php +++ b/app/Providers/AccountServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/AdminServiceProvider.php b/app/Providers/AdminServiceProvider.php index 81a71c9765..b6a04c509d 100644 --- a/app/Providers/AdminServiceProvider.php +++ b/app/Providers/AdminServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index a0af9c7ee7..60e94fbe18 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/AttachmentServiceProvider.php b/app/Providers/AttachmentServiceProvider.php index 4725f7cb0d..896a486ff3 100644 --- a/app/Providers/AttachmentServiceProvider.php +++ b/app/Providers/AttachmentServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index bee943223f..45011a76cc 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/BillServiceProvider.php b/app/Providers/BillServiceProvider.php index f0377d8ca8..27abecd872 100644 --- a/app/Providers/BillServiceProvider.php +++ b/app/Providers/BillServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php index 674ed8dbda..5ad85e848f 100644 --- a/app/Providers/BroadcastServiceProvider.php +++ b/app/Providers/BroadcastServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/BudgetServiceProvider.php b/app/Providers/BudgetServiceProvider.php index 49fd527457..39d60607a3 100644 --- a/app/Providers/BudgetServiceProvider.php +++ b/app/Providers/BudgetServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/CategoryServiceProvider.php b/app/Providers/CategoryServiceProvider.php index 2be853ccf0..3e5fe663b4 100644 --- a/app/Providers/CategoryServiceProvider.php +++ b/app/Providers/CategoryServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/CurrencyServiceProvider.php b/app/Providers/CurrencyServiceProvider.php index 76a41f6f98..22659b31aa 100644 --- a/app/Providers/CurrencyServiceProvider.php +++ b/app/Providers/CurrencyServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index 57ad5aa5c0..9f735945f1 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/ExportJobServiceProvider.php b/app/Providers/ExportJobServiceProvider.php index 143d8daf07..27f4a32e26 100644 --- a/app/Providers/ExportJobServiceProvider.php +++ b/app/Providers/ExportJobServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/FireflyServiceProvider.php b/app/Providers/FireflyServiceProvider.php index 398c45bd4a..187fb732a5 100644 --- a/app/Providers/FireflyServiceProvider.php +++ b/app/Providers/FireflyServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/FireflySessionProvider.php b/app/Providers/FireflySessionProvider.php index 9bae19be71..ae86562b34 100644 --- a/app/Providers/FireflySessionProvider.php +++ b/app/Providers/FireflySessionProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/JournalServiceProvider.php b/app/Providers/JournalServiceProvider.php index 069b882f16..16b5b2e913 100644 --- a/app/Providers/JournalServiceProvider.php +++ b/app/Providers/JournalServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/LogServiceProvider.php b/app/Providers/LogServiceProvider.php index bdfb6cc6bb..74e0be4043 100644 --- a/app/Providers/LogServiceProvider.php +++ b/app/Providers/LogServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/PiggyBankServiceProvider.php b/app/Providers/PiggyBankServiceProvider.php index 2655f5b522..5ea1f128c6 100644 --- a/app/Providers/PiggyBankServiceProvider.php +++ b/app/Providers/PiggyBankServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 07ac720e74..ebba825244 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/RuleGroupServiceProvider.php b/app/Providers/RuleGroupServiceProvider.php index 07c9ee2e0a..7c5c50bcd0 100644 --- a/app/Providers/RuleGroupServiceProvider.php +++ b/app/Providers/RuleGroupServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/RuleServiceProvider.php b/app/Providers/RuleServiceProvider.php index bf49190da9..84a1f9bf86 100644 --- a/app/Providers/RuleServiceProvider.php +++ b/app/Providers/RuleServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/SearchServiceProvider.php b/app/Providers/SearchServiceProvider.php index 97c5072950..98af902220 100644 --- a/app/Providers/SearchServiceProvider.php +++ b/app/Providers/SearchServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/SessionServiceProvider.php b/app/Providers/SessionServiceProvider.php index 7143eafff9..a95fc797e2 100644 --- a/app/Providers/SessionServiceProvider.php +++ b/app/Providers/SessionServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Providers/TagServiceProvider.php b/app/Providers/TagServiceProvider.php index acbf9e18cd..2fafdee4f0 100644 --- a/app/Providers/TagServiceProvider.php +++ b/app/Providers/TagServiceProvider.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index a22fd050d9..882ec93e0b 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Account/AccountRepositoryInterface.php b/app/Repositories/Account/AccountRepositoryInterface.php index c05fb8243f..a5dd1abe28 100644 --- a/app/Repositories/Account/AccountRepositoryInterface.php +++ b/app/Repositories/Account/AccountRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Account/AccountTasker.php b/app/Repositories/Account/AccountTasker.php index 04b5c18f84..c032724f32 100644 --- a/app/Repositories/Account/AccountTasker.php +++ b/app/Repositories/Account/AccountTasker.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Account/AccountTaskerInterface.php b/app/Repositories/Account/AccountTaskerInterface.php index 3e3f022a68..3c8e27a810 100644 --- a/app/Repositories/Account/AccountTaskerInterface.php +++ b/app/Repositories/Account/AccountTaskerInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Account/FindAccountsTrait.php b/app/Repositories/Account/FindAccountsTrait.php index b12c1edf6b..bea13e9603 100644 --- a/app/Repositories/Account/FindAccountsTrait.php +++ b/app/Repositories/Account/FindAccountsTrait.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Attachment/AttachmentRepository.php b/app/Repositories/Attachment/AttachmentRepository.php index 7a15cadc0d..fb4af1a42f 100644 --- a/app/Repositories/Attachment/AttachmentRepository.php +++ b/app/Repositories/Attachment/AttachmentRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Attachment/AttachmentRepositoryInterface.php b/app/Repositories/Attachment/AttachmentRepositoryInterface.php index bf15bbea35..262d776cb2 100644 --- a/app/Repositories/Attachment/AttachmentRepositoryInterface.php +++ b/app/Repositories/Attachment/AttachmentRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Bill/BillRepository.php b/app/Repositories/Bill/BillRepository.php index a78bc195c7..f4dbdbed36 100644 --- a/app/Repositories/Bill/BillRepository.php +++ b/app/Repositories/Bill/BillRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Bill/BillRepositoryInterface.php b/app/Repositories/Bill/BillRepositoryInterface.php index acc5b9b977..3a99b0fc62 100644 --- a/app/Repositories/Bill/BillRepositoryInterface.php +++ b/app/Repositories/Bill/BillRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Budget/BudgetRepository.php b/app/Repositories/Budget/BudgetRepository.php index 5694793fb6..a0ce48e0c2 100644 --- a/app/Repositories/Budget/BudgetRepository.php +++ b/app/Repositories/Budget/BudgetRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Budget/BudgetRepositoryInterface.php b/app/Repositories/Budget/BudgetRepositoryInterface.php index 5f41cbfd23..1563d2080d 100644 --- a/app/Repositories/Budget/BudgetRepositoryInterface.php +++ b/app/Repositories/Budget/BudgetRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Category/CategoryRepository.php b/app/Repositories/Category/CategoryRepository.php index 90b879bf47..7c6236eb3c 100644 --- a/app/Repositories/Category/CategoryRepository.php +++ b/app/Repositories/Category/CategoryRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Category/CategoryRepositoryInterface.php b/app/Repositories/Category/CategoryRepositoryInterface.php index 2444678ca5..5aa9c0278c 100644 --- a/app/Repositories/Category/CategoryRepositoryInterface.php +++ b/app/Repositories/Category/CategoryRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Currency/CurrencyRepository.php b/app/Repositories/Currency/CurrencyRepository.php index 7862a2fdba..2dbff1614e 100644 --- a/app/Repositories/Currency/CurrencyRepository.php +++ b/app/Repositories/Currency/CurrencyRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Currency/CurrencyRepositoryInterface.php b/app/Repositories/Currency/CurrencyRepositoryInterface.php index 233e59044a..e7d2d66eb3 100644 --- a/app/Repositories/Currency/CurrencyRepositoryInterface.php +++ b/app/Repositories/Currency/CurrencyRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/ExportJob/ExportJobRepository.php b/app/Repositories/ExportJob/ExportJobRepository.php index f88808ecfc..67c2c840d5 100644 --- a/app/Repositories/ExportJob/ExportJobRepository.php +++ b/app/Repositories/ExportJob/ExportJobRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/ExportJob/ExportJobRepositoryInterface.php b/app/Repositories/ExportJob/ExportJobRepositoryInterface.php index 34c1eb3b29..2fdcd1362f 100644 --- a/app/Repositories/ExportJob/ExportJobRepositoryInterface.php +++ b/app/Repositories/ExportJob/ExportJobRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/ImportJob/ImportJobRepository.php b/app/Repositories/ImportJob/ImportJobRepository.php index e40e541410..8fabdb67f8 100644 --- a/app/Repositories/ImportJob/ImportJobRepository.php +++ b/app/Repositories/ImportJob/ImportJobRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/ImportJob/ImportJobRepositoryInterface.php b/app/Repositories/ImportJob/ImportJobRepositoryInterface.php index 31067db0e6..6138806ffa 100644 --- a/app/Repositories/ImportJob/ImportJobRepositoryInterface.php +++ b/app/Repositories/ImportJob/ImportJobRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/CreateJournalsTrait.php b/app/Repositories/Journal/CreateJournalsTrait.php index e9b9e1be87..286e184ef2 100644 --- a/app/Repositories/Journal/CreateJournalsTrait.php +++ b/app/Repositories/Journal/CreateJournalsTrait.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/JournalRepository.php b/app/Repositories/Journal/JournalRepository.php index feee469c4e..6fee2857b5 100644 --- a/app/Repositories/Journal/JournalRepository.php +++ b/app/Repositories/Journal/JournalRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/JournalRepositoryInterface.php b/app/Repositories/Journal/JournalRepositoryInterface.php index af54952808..d3e8bafbe1 100644 --- a/app/Repositories/Journal/JournalRepositoryInterface.php +++ b/app/Repositories/Journal/JournalRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/JournalTasker.php b/app/Repositories/Journal/JournalTasker.php index ae7f22e7be..b70c575dce 100644 --- a/app/Repositories/Journal/JournalTasker.php +++ b/app/Repositories/Journal/JournalTasker.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/JournalTaskerInterface.php b/app/Repositories/Journal/JournalTaskerInterface.php index 37899de92f..06d9294654 100644 --- a/app/Repositories/Journal/JournalTaskerInterface.php +++ b/app/Repositories/Journal/JournalTaskerInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/SupportJournalsTrait.php b/app/Repositories/Journal/SupportJournalsTrait.php index e204553918..f6b3b436f0 100644 --- a/app/Repositories/Journal/SupportJournalsTrait.php +++ b/app/Repositories/Journal/SupportJournalsTrait.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Journal/UpdateJournalsTrait.php b/app/Repositories/Journal/UpdateJournalsTrait.php index 0095d8bf83..dcb0c82086 100644 --- a/app/Repositories/Journal/UpdateJournalsTrait.php +++ b/app/Repositories/Journal/UpdateJournalsTrait.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/LinkType/LinkTypeRepository.php b/app/Repositories/LinkType/LinkTypeRepository.php index 2b30a72755..dbd3764df9 100644 --- a/app/Repositories/LinkType/LinkTypeRepository.php +++ b/app/Repositories/LinkType/LinkTypeRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/LinkType/LinkTypeRepositoryInterface.php b/app/Repositories/LinkType/LinkTypeRepositoryInterface.php index b917cec351..b3eadb454e 100644 --- a/app/Repositories/LinkType/LinkTypeRepositoryInterface.php +++ b/app/Repositories/LinkType/LinkTypeRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/PiggyBank/PiggyBankRepository.php b/app/Repositories/PiggyBank/PiggyBankRepository.php index 49f2852217..1953be27e2 100644 --- a/app/Repositories/PiggyBank/PiggyBankRepository.php +++ b/app/Repositories/PiggyBank/PiggyBankRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php b/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php index 1219552227..93ae5f1e3c 100644 --- a/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php +++ b/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Rule/RuleRepository.php b/app/Repositories/Rule/RuleRepository.php index 6bfcb3aaf3..0ac949d79e 100644 --- a/app/Repositories/Rule/RuleRepository.php +++ b/app/Repositories/Rule/RuleRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Rule/RuleRepositoryInterface.php b/app/Repositories/Rule/RuleRepositoryInterface.php index 57612767d5..b3c1215e40 100644 --- a/app/Repositories/Rule/RuleRepositoryInterface.php +++ b/app/Repositories/Rule/RuleRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/RuleGroup/RuleGroupRepository.php b/app/Repositories/RuleGroup/RuleGroupRepository.php index 12ccccf79c..c8b1c18921 100644 --- a/app/Repositories/RuleGroup/RuleGroupRepository.php +++ b/app/Repositories/RuleGroup/RuleGroupRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php b/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php index ca9a142bc1..c45524d31f 100644 --- a/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php +++ b/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Tag/TagRepository.php b/app/Repositories/Tag/TagRepository.php index 1083ff513e..36183fa5ac 100644 --- a/app/Repositories/Tag/TagRepository.php +++ b/app/Repositories/Tag/TagRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/Tag/TagRepositoryInterface.php b/app/Repositories/Tag/TagRepositoryInterface.php index 814fb87036..f17b57118b 100644 --- a/app/Repositories/Tag/TagRepositoryInterface.php +++ b/app/Repositories/Tag/TagRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/User/UserRepository.php b/app/Repositories/User/UserRepository.php index 6ecc24c7f7..cf3c87f78f 100644 --- a/app/Repositories/User/UserRepository.php +++ b/app/Repositories/User/UserRepository.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Repositories/User/UserRepositoryInterface.php b/app/Repositories/User/UserRepositoryInterface.php index 2089c6a5c8..802d898b97 100644 --- a/app/Repositories/User/UserRepositoryInterface.php +++ b/app/Repositories/User/UserRepositoryInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Id/BunqId.php b/app/Services/Bunq/Id/BunqId.php index 3ba845c54e..da63a6b43c 100644 --- a/app/Services/Bunq/Id/BunqId.php +++ b/app/Services/Bunq/Id/BunqId.php @@ -17,7 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Id/DeviceServerId.php b/app/Services/Bunq/Id/DeviceServerId.php index a074753b55..e5758ae8d2 100644 --- a/app/Services/Bunq/Id/DeviceServerId.php +++ b/app/Services/Bunq/Id/DeviceServerId.php @@ -17,7 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Id/DeviceSessionId.php b/app/Services/Bunq/Id/DeviceSessionId.php index 71ce07ebcc..91c5233870 100644 --- a/app/Services/Bunq/Id/DeviceSessionId.php +++ b/app/Services/Bunq/Id/DeviceSessionId.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Id/InstallationId.php b/app/Services/Bunq/Id/InstallationId.php index 48a9d73170..ec3053165c 100644 --- a/app/Services/Bunq/Id/InstallationId.php +++ b/app/Services/Bunq/Id/InstallationId.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/Alias.php b/app/Services/Bunq/Object/Alias.php index 7819c6bd48..7457eb0cda 100644 --- a/app/Services/Bunq/Object/Alias.php +++ b/app/Services/Bunq/Object/Alias.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/Amount.php b/app/Services/Bunq/Object/Amount.php index 2504bffb26..2875472c69 100644 --- a/app/Services/Bunq/Object/Amount.php +++ b/app/Services/Bunq/Object/Amount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/Avatar.php b/app/Services/Bunq/Object/Avatar.php index 0ac804bacd..67048f95ff 100644 --- a/app/Services/Bunq/Object/Avatar.php +++ b/app/Services/Bunq/Object/Avatar.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/BunqObject.php b/app/Services/Bunq/Object/BunqObject.php index a14df09963..81af013f22 100644 --- a/app/Services/Bunq/Object/BunqObject.php +++ b/app/Services/Bunq/Object/BunqObject.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/DeviceServer.php b/app/Services/Bunq/Object/DeviceServer.php index 633bc94822..44617cd66c 100644 --- a/app/Services/Bunq/Object/DeviceServer.php +++ b/app/Services/Bunq/Object/DeviceServer.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/MonetaryAccountBank.php b/app/Services/Bunq/Object/MonetaryAccountBank.php index d5b60d6652..092572b455 100644 --- a/app/Services/Bunq/Object/MonetaryAccountBank.php +++ b/app/Services/Bunq/Object/MonetaryAccountBank.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/MonetaryAccountProfile.php b/app/Services/Bunq/Object/MonetaryAccountProfile.php index 4afc014927..1de1fb4099 100644 --- a/app/Services/Bunq/Object/MonetaryAccountProfile.php +++ b/app/Services/Bunq/Object/MonetaryAccountProfile.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/MonetaryAccountSetting.php b/app/Services/Bunq/Object/MonetaryAccountSetting.php index 58f44f80b0..ac189a7477 100644 --- a/app/Services/Bunq/Object/MonetaryAccountSetting.php +++ b/app/Services/Bunq/Object/MonetaryAccountSetting.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/NotificationFilter.php b/app/Services/Bunq/Object/NotificationFilter.php index ffcf92362c..11ec026496 100644 --- a/app/Services/Bunq/Object/NotificationFilter.php +++ b/app/Services/Bunq/Object/NotificationFilter.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/ServerPublicKey.php b/app/Services/Bunq/Object/ServerPublicKey.php index b70a6ac01e..89e16e1c27 100644 --- a/app/Services/Bunq/Object/ServerPublicKey.php +++ b/app/Services/Bunq/Object/ServerPublicKey.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/UserCompany.php b/app/Services/Bunq/Object/UserCompany.php index ba9c5e367a..44d2341703 100644 --- a/app/Services/Bunq/Object/UserCompany.php +++ b/app/Services/Bunq/Object/UserCompany.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/UserLight.php b/app/Services/Bunq/Object/UserLight.php index 060a257282..576b32b641 100644 --- a/app/Services/Bunq/Object/UserLight.php +++ b/app/Services/Bunq/Object/UserLight.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Object/UserPerson.php b/app/Services/Bunq/Object/UserPerson.php index 85963a02c0..66d7e5ac13 100644 --- a/app/Services/Bunq/Object/UserPerson.php +++ b/app/Services/Bunq/Object/UserPerson.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/BunqRequest.php b/app/Services/Bunq/Request/BunqRequest.php index 2596ae38f5..a8a5e8f465 100644 --- a/app/Services/Bunq/Request/BunqRequest.php +++ b/app/Services/Bunq/Request/BunqRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php b/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php index 0c435e7c29..bc408e819b 100644 --- a/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php +++ b/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/DeviceServerRequest.php b/app/Services/Bunq/Request/DeviceServerRequest.php index 8223c453c8..be5b856c16 100644 --- a/app/Services/Bunq/Request/DeviceServerRequest.php +++ b/app/Services/Bunq/Request/DeviceServerRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/DeviceSessionRequest.php b/app/Services/Bunq/Request/DeviceSessionRequest.php index 205c679c65..2ec74ffacc 100644 --- a/app/Services/Bunq/Request/DeviceSessionRequest.php +++ b/app/Services/Bunq/Request/DeviceSessionRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/InstallationTokenRequest.php b/app/Services/Bunq/Request/InstallationTokenRequest.php index 27c9c8c6b4..4dc7662116 100644 --- a/app/Services/Bunq/Request/InstallationTokenRequest.php +++ b/app/Services/Bunq/Request/InstallationTokenRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/ListDeviceServerRequest.php b/app/Services/Bunq/Request/ListDeviceServerRequest.php index 7e8896af8c..8db6245547 100644 --- a/app/Services/Bunq/Request/ListDeviceServerRequest.php +++ b/app/Services/Bunq/Request/ListDeviceServerRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/ListMonetaryAccountRequest.php b/app/Services/Bunq/Request/ListMonetaryAccountRequest.php index e272c18fd2..4c9492ff01 100644 --- a/app/Services/Bunq/Request/ListMonetaryAccountRequest.php +++ b/app/Services/Bunq/Request/ListMonetaryAccountRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Request/ListUserRequest.php b/app/Services/Bunq/Request/ListUserRequest.php index 5d5dfc1e13..0d1dff19ae 100644 --- a/app/Services/Bunq/Request/ListUserRequest.php +++ b/app/Services/Bunq/Request/ListUserRequest.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Token/BunqToken.php b/app/Services/Bunq/Token/BunqToken.php index e83537fc7a..1352958902 100644 --- a/app/Services/Bunq/Token/BunqToken.php +++ b/app/Services/Bunq/Token/BunqToken.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Token/InstallationToken.php b/app/Services/Bunq/Token/InstallationToken.php index 4bf38c4d3c..2826658292 100644 --- a/app/Services/Bunq/Token/InstallationToken.php +++ b/app/Services/Bunq/Token/InstallationToken.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Bunq/Token/SessionToken.php b/app/Services/Bunq/Token/SessionToken.php index 129216906c..46e9cf3e88 100644 --- a/app/Services/Bunq/Token/SessionToken.php +++ b/app/Services/Bunq/Token/SessionToken.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Currency/ExchangeRateInterface.php b/app/Services/Currency/ExchangeRateInterface.php index 99d02247c2..e54fa9bb34 100644 --- a/app/Services/Currency/ExchangeRateInterface.php +++ b/app/Services/Currency/ExchangeRateInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Currency/FixerIO.php b/app/Services/Currency/FixerIO.php index 52c1f161af..ec0f4cb10b 100644 --- a/app/Services/Currency/FixerIO.php +++ b/app/Services/Currency/FixerIO.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Password/PwndVerifier.php b/app/Services/Password/PwndVerifier.php index 61cf6947b9..b79a157327 100644 --- a/app/Services/Password/PwndVerifier.php +++ b/app/Services/Password/PwndVerifier.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Password/Verifier.php b/app/Services/Password/Verifier.php index 54b5f63eb7..9bc4b164e9 100644 --- a/app/Services/Password/Verifier.php +++ b/app/Services/Password/Verifier.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Spectre/Request/ListProvidersRequest.php b/app/Services/Spectre/Request/ListProvidersRequest.php index 176ebd52f1..aa01f3a205 100644 --- a/app/Services/Spectre/Request/ListProvidersRequest.php +++ b/app/Services/Spectre/Request/ListProvidersRequest.php @@ -1,6 +1,6 @@ . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Services/Spectre/Request/SpectreRequest.php b/app/Services/Spectre/Request/SpectreRequest.php index 4ca1a3a6e3..eaaa284694 100644 --- a/app/Services/Spectre/Request/SpectreRequest.php +++ b/app/Services/Spectre/Request/SpectreRequest.php @@ -1,6 +1,6 @@ . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Amount.php b/app/Support/Amount.php index 16b251fdec..8d79402963 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/AccountList.php b/app/Support/Binder/AccountList.php index d048a0f666..d49cac9f0c 100644 --- a/app/Support/Binder/AccountList.php +++ b/app/Support/Binder/AccountList.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/BinderInterface.php b/app/Support/Binder/BinderInterface.php index e5887a69da..6055ec4bac 100644 --- a/app/Support/Binder/BinderInterface.php +++ b/app/Support/Binder/BinderInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/BudgetList.php b/app/Support/Binder/BudgetList.php index 279c0982d7..bc9a939bb9 100644 --- a/app/Support/Binder/BudgetList.php +++ b/app/Support/Binder/BudgetList.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/CategoryList.php b/app/Support/Binder/CategoryList.php index 2469a5c524..9d10c9b33d 100644 --- a/app/Support/Binder/CategoryList.php +++ b/app/Support/Binder/CategoryList.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/CurrencyCode.php b/app/Support/Binder/CurrencyCode.php index e2f810d432..0245fa4405 100644 --- a/app/Support/Binder/CurrencyCode.php +++ b/app/Support/Binder/CurrencyCode.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/Date.php b/app/Support/Binder/Date.php index d517fd1957..7c99cb304e 100644 --- a/app/Support/Binder/Date.php +++ b/app/Support/Binder/Date.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/JournalList.php b/app/Support/Binder/JournalList.php index cb8171b9cb..df6db30d7a 100644 --- a/app/Support/Binder/JournalList.php +++ b/app/Support/Binder/JournalList.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/TagList.php b/app/Support/Binder/TagList.php index de088a0ddf..7571e58cd6 100644 --- a/app/Support/Binder/TagList.php +++ b/app/Support/Binder/TagList.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Binder/UnfinishedJournal.php b/app/Support/Binder/UnfinishedJournal.php index 56b9c42cf5..66804dfcbf 100644 --- a/app/Support/Binder/UnfinishedJournal.php +++ b/app/Support/Binder/UnfinishedJournal.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/CacheProperties.php b/app/Support/CacheProperties.php index 2cfd0e720c..0e0be45819 100644 --- a/app/Support/CacheProperties.php +++ b/app/Support/CacheProperties.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/ChartColour.php b/app/Support/ChartColour.php index d4610950e5..ace9884d81 100644 --- a/app/Support/ChartColour.php +++ b/app/Support/ChartColour.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Domain.php b/app/Support/Domain.php index c94e1e80b5..6ccc9a07f3 100644 --- a/app/Support/Domain.php +++ b/app/Support/Domain.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Events/BillScanner.php b/app/Support/Events/BillScanner.php index 21315f668a..f07d5d71b6 100644 --- a/app/Support/Events/BillScanner.php +++ b/app/Support/Events/BillScanner.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/ExpandedForm.php b/app/Support/ExpandedForm.php index 1d4887c9b2..7f79eba74c 100644 --- a/app/Support/ExpandedForm.php +++ b/app/Support/ExpandedForm.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Facades/Amount.php b/app/Support/Facades/Amount.php index d60471705d..58e1e75091 100644 --- a/app/Support/Facades/Amount.php +++ b/app/Support/Facades/Amount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Facades/ExpandedForm.php b/app/Support/Facades/ExpandedForm.php index 9334a4212c..bd47a39ffc 100644 --- a/app/Support/Facades/ExpandedForm.php +++ b/app/Support/Facades/ExpandedForm.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Facades/FireflyConfig.php b/app/Support/Facades/FireflyConfig.php index d8da789f1f..3c305252d8 100644 --- a/app/Support/Facades/FireflyConfig.php +++ b/app/Support/Facades/FireflyConfig.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Facades/Navigation.php b/app/Support/Facades/Navigation.php index cd5ef864f3..18f3f8aa84 100644 --- a/app/Support/Facades/Navigation.php +++ b/app/Support/Facades/Navigation.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Facades/Preferences.php b/app/Support/Facades/Preferences.php index 1cb13a12d6..8b09a72c0d 100644 --- a/app/Support/Facades/Preferences.php +++ b/app/Support/Facades/Preferences.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Facades/Steam.php b/app/Support/Facades/Steam.php index cc523bff9d..d4854a9eae 100644 --- a/app/Support/Facades/Steam.php +++ b/app/Support/Facades/Steam.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/FireflyConfig.php b/app/Support/FireflyConfig.php index 6842300967..193aa10ae0 100644 --- a/app/Support/FireflyConfig.php +++ b/app/Support/FireflyConfig.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Configuration/ConfigurationInterface.php b/app/Support/Import/Configuration/ConfigurationInterface.php index 14a2ecb4ae..40c53c4a5b 100644 --- a/app/Support/Import/Configuration/ConfigurationInterface.php +++ b/app/Support/Import/Configuration/ConfigurationInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Configuration/File/Initial.php b/app/Support/Import/Configuration/File/Initial.php index 730f524e0b..b17090bd72 100644 --- a/app/Support/Import/Configuration/File/Initial.php +++ b/app/Support/Import/Configuration/File/Initial.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Configuration/File/Map.php b/app/Support/Import/Configuration/File/Map.php index c6c4b436e2..04b2ce3a54 100644 --- a/app/Support/Import/Configuration/File/Map.php +++ b/app/Support/Import/Configuration/File/Map.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Configuration/File/Roles.php b/app/Support/Import/Configuration/File/Roles.php index aa98db8563..fe270a12cc 100644 --- a/app/Support/Import/Configuration/File/Roles.php +++ b/app/Support/Import/Configuration/File/Roles.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Configuration/File/Upload.php b/app/Support/Import/Configuration/File/Upload.php index 133e356eb9..d9545cdbc5 100644 --- a/app/Support/Import/Configuration/File/Upload.php +++ b/app/Support/Import/Configuration/File/Upload.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Configuration/Spectre/InputMandatory.php b/app/Support/Import/Configuration/Spectre/InputMandatory.php index 0af0165860..a077c3cee1 100644 --- a/app/Support/Import/Configuration/Spectre/InputMandatory.php +++ b/app/Support/Import/Configuration/Spectre/InputMandatory.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Support\Import\Configuration\Spectre; diff --git a/app/Support/Import/Configuration/Spectre/SelectCountry.php b/app/Support/Import/Configuration/Spectre/SelectCountry.php index 8cf63008ae..356046605a 100644 --- a/app/Support/Import/Configuration/Spectre/SelectCountry.php +++ b/app/Support/Import/Configuration/Spectre/SelectCountry.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Support\Import\Configuration\Spectre; diff --git a/app/Support/Import/Configuration/Spectre/SelectProvider.php b/app/Support/Import/Configuration/Spectre/SelectProvider.php index 24e9266b72..22332a7c48 100644 --- a/app/Support/Import/Configuration/Spectre/SelectProvider.php +++ b/app/Support/Import/Configuration/Spectre/SelectProvider.php @@ -1,4 +1,24 @@ . + */ + declare(strict_types=1); namespace FireflyIII\Support\Import\Configuration\Spectre; diff --git a/app/Support/Import/Information/BunqInformation.php b/app/Support/Import/Information/BunqInformation.php index 6257190dd1..7ea5ed7b08 100644 --- a/app/Support/Import/Information/BunqInformation.php +++ b/app/Support/Import/Information/BunqInformation.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Information/InformationInterface.php b/app/Support/Import/Information/InformationInterface.php index 7de8e527d4..69181c651d 100644 --- a/app/Support/Import/Information/InformationInterface.php +++ b/app/Support/Import/Information/InformationInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Import/Information/SpectreInformation.php b/app/Support/Import/Information/SpectreInformation.php index 0360992adc..a105658985 100644 --- a/app/Support/Import/Information/SpectreInformation.php +++ b/app/Support/Import/Information/SpectreInformation.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Models/TransactionJournalTrait.php b/app/Support/Models/TransactionJournalTrait.php index 3f72b7ef0a..127d1d31a6 100644 --- a/app/Support/Models/TransactionJournalTrait.php +++ b/app/Support/Models/TransactionJournalTrait.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Navigation.php b/app/Support/Navigation.php index 158cdc16ab..039790f0f3 100644 --- a/app/Support/Navigation.php +++ b/app/Support/Navigation.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Preferences.php b/app/Support/Preferences.php index d7aeec3970..32fb1dc2b1 100644 --- a/app/Support/Preferences.php +++ b/app/Support/Preferences.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Search/Modifier.php b/app/Support/Search/Modifier.php index 08597df9a8..eb6eb28e1b 100644 --- a/app/Support/Search/Modifier.php +++ b/app/Support/Search/Modifier.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Search/Search.php b/app/Support/Search/Search.php index 34ba682fdc..0b2e0c2b2e 100644 --- a/app/Support/Search/Search.php +++ b/app/Support/Search/Search.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Search/SearchInterface.php b/app/Support/Search/SearchInterface.php index f24c26cfc3..d1d7ebdb71 100644 --- a/app/Support/Search/SearchInterface.php +++ b/app/Support/Search/SearchInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/SingleCacheProperties.php b/app/Support/SingleCacheProperties.php index f0b88d108d..a6be94f57c 100644 --- a/app/Support/SingleCacheProperties.php +++ b/app/Support/SingleCacheProperties.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Steam.php b/app/Support/Steam.php index 70a95bdb01..b971028029 100644 --- a/app/Support/Steam.php +++ b/app/Support/Steam.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/AmountFormat.php b/app/Support/Twig/AmountFormat.php index 98ff3509b7..a65587b9f0 100644 --- a/app/Support/Twig/AmountFormat.php +++ b/app/Support/Twig/AmountFormat.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Extension/Transaction.php b/app/Support/Twig/Extension/Transaction.php index 33b4eb4aec..5fea1eb71d 100644 --- a/app/Support/Twig/Extension/Transaction.php +++ b/app/Support/Twig/Extension/Transaction.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Extension/TransactionJournal.php b/app/Support/Twig/Extension/TransactionJournal.php index a689998e4b..8fd0347fd9 100644 --- a/app/Support/Twig/Extension/TransactionJournal.php +++ b/app/Support/Twig/Extension/TransactionJournal.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index 754972cd4a..cfa0f73f35 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Journal.php b/app/Support/Twig/Journal.php index 1f32719ab3..c098b2d96b 100644 --- a/app/Support/Twig/Journal.php +++ b/app/Support/Twig/Journal.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Loader/TransactionJournalLoader.php b/app/Support/Twig/Loader/TransactionJournalLoader.php index f0a3de2895..5268fa9dd8 100644 --- a/app/Support/Twig/Loader/TransactionJournalLoader.php +++ b/app/Support/Twig/Loader/TransactionJournalLoader.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Loader/TransactionLoader.php b/app/Support/Twig/Loader/TransactionLoader.php index a32ee03d43..43ed1b2774 100644 --- a/app/Support/Twig/Loader/TransactionLoader.php +++ b/app/Support/Twig/Loader/TransactionLoader.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/PiggyBank.php b/app/Support/Twig/PiggyBank.php index 05d91a04be..9d5d3abc8c 100644 --- a/app/Support/Twig/PiggyBank.php +++ b/app/Support/Twig/PiggyBank.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Rule.php b/app/Support/Twig/Rule.php index 9a9350de10..dc115318f8 100644 --- a/app/Support/Twig/Rule.php +++ b/app/Support/Twig/Rule.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Transaction.php b/app/Support/Twig/Transaction.php index c9095e78cd..ec20cf3c04 100644 --- a/app/Support/Twig/Transaction.php +++ b/app/Support/Twig/Transaction.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Support/Twig/Translation.php b/app/Support/Twig/Translation.php index fd4ffe1852..d910ff054e 100644 --- a/app/Support/Twig/Translation.php +++ b/app/Support/Twig/Translation.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/ActionInterface.php b/app/TransactionRules/Actions/ActionInterface.php index 4b8fe556dc..e2490e1799 100644 --- a/app/TransactionRules/Actions/ActionInterface.php +++ b/app/TransactionRules/Actions/ActionInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/AddTag.php b/app/TransactionRules/Actions/AddTag.php index d4d3e4a486..09a1dd6c54 100644 --- a/app/TransactionRules/Actions/AddTag.php +++ b/app/TransactionRules/Actions/AddTag.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/AppendDescription.php b/app/TransactionRules/Actions/AppendDescription.php index 1c15703706..16b9054b62 100644 --- a/app/TransactionRules/Actions/AppendDescription.php +++ b/app/TransactionRules/Actions/AppendDescription.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/AppendNotes.php b/app/TransactionRules/Actions/AppendNotes.php index bdfb17838d..9c779760d8 100644 --- a/app/TransactionRules/Actions/AppendNotes.php +++ b/app/TransactionRules/Actions/AppendNotes.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/ClearBudget.php b/app/TransactionRules/Actions/ClearBudget.php index fdbe53c0cf..6b62511b86 100644 --- a/app/TransactionRules/Actions/ClearBudget.php +++ b/app/TransactionRules/Actions/ClearBudget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/ClearCategory.php b/app/TransactionRules/Actions/ClearCategory.php index 933b034b73..80aeb088a0 100644 --- a/app/TransactionRules/Actions/ClearCategory.php +++ b/app/TransactionRules/Actions/ClearCategory.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/ClearNotes.php b/app/TransactionRules/Actions/ClearNotes.php index 5d35cfce72..ff823ffbeb 100644 --- a/app/TransactionRules/Actions/ClearNotes.php +++ b/app/TransactionRules/Actions/ClearNotes.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/PrependDescription.php b/app/TransactionRules/Actions/PrependDescription.php index bab0c148ef..56a355f721 100644 --- a/app/TransactionRules/Actions/PrependDescription.php +++ b/app/TransactionRules/Actions/PrependDescription.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/PrependNotes.php b/app/TransactionRules/Actions/PrependNotes.php index 30b54ae2fd..4cb7802769 100644 --- a/app/TransactionRules/Actions/PrependNotes.php +++ b/app/TransactionRules/Actions/PrependNotes.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/RemoveAllTags.php b/app/TransactionRules/Actions/RemoveAllTags.php index e270faa8cd..33535117b8 100644 --- a/app/TransactionRules/Actions/RemoveAllTags.php +++ b/app/TransactionRules/Actions/RemoveAllTags.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/RemoveTag.php b/app/TransactionRules/Actions/RemoveTag.php index 3b6e10a42f..d184e17ad6 100644 --- a/app/TransactionRules/Actions/RemoveTag.php +++ b/app/TransactionRules/Actions/RemoveTag.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/SetBudget.php b/app/TransactionRules/Actions/SetBudget.php index 98609f8c33..ba5bf6926c 100644 --- a/app/TransactionRules/Actions/SetBudget.php +++ b/app/TransactionRules/Actions/SetBudget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/SetCategory.php b/app/TransactionRules/Actions/SetCategory.php index 9052ef5baf..2e052abfa4 100644 --- a/app/TransactionRules/Actions/SetCategory.php +++ b/app/TransactionRules/Actions/SetCategory.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/SetDescription.php b/app/TransactionRules/Actions/SetDescription.php index cd56b164f4..a59778d7aa 100644 --- a/app/TransactionRules/Actions/SetDescription.php +++ b/app/TransactionRules/Actions/SetDescription.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/SetDestinationAccount.php b/app/TransactionRules/Actions/SetDestinationAccount.php index e1008e6c0c..24d047fc51 100644 --- a/app/TransactionRules/Actions/SetDestinationAccount.php +++ b/app/TransactionRules/Actions/SetDestinationAccount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/SetNotes.php b/app/TransactionRules/Actions/SetNotes.php index c93419f8a2..d59be0d862 100644 --- a/app/TransactionRules/Actions/SetNotes.php +++ b/app/TransactionRules/Actions/SetNotes.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Actions/SetSourceAccount.php b/app/TransactionRules/Actions/SetSourceAccount.php index 06ec739a62..c5dcd32bed 100644 --- a/app/TransactionRules/Actions/SetSourceAccount.php +++ b/app/TransactionRules/Actions/SetSourceAccount.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Factory/ActionFactory.php b/app/TransactionRules/Factory/ActionFactory.php index 8df17a605c..b776ec244b 100644 --- a/app/TransactionRules/Factory/ActionFactory.php +++ b/app/TransactionRules/Factory/ActionFactory.php @@ -1,7 +1,7 @@ . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Factory/TriggerFactory.php b/app/TransactionRules/Factory/TriggerFactory.php index bb3ace0085..dc0529e33b 100644 --- a/app/TransactionRules/Factory/TriggerFactory.php +++ b/app/TransactionRules/Factory/TriggerFactory.php @@ -1,7 +1,7 @@ . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/TransactionMatcher.php b/app/TransactionRules/TransactionMatcher.php index 49ef27059b..71f2ddc12f 100644 --- a/app/TransactionRules/TransactionMatcher.php +++ b/app/TransactionRules/TransactionMatcher.php @@ -1,7 +1,7 @@ . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/AbstractTrigger.php b/app/TransactionRules/Triggers/AbstractTrigger.php index b6ca47c6ca..caddc279fc 100644 --- a/app/TransactionRules/Triggers/AbstractTrigger.php +++ b/app/TransactionRules/Triggers/AbstractTrigger.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/AmountExactly.php b/app/TransactionRules/Triggers/AmountExactly.php index b6f040478d..f0bdfd5d29 100644 --- a/app/TransactionRules/Triggers/AmountExactly.php +++ b/app/TransactionRules/Triggers/AmountExactly.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/AmountLess.php b/app/TransactionRules/Triggers/AmountLess.php index 7f3538a200..f27fbc0740 100644 --- a/app/TransactionRules/Triggers/AmountLess.php +++ b/app/TransactionRules/Triggers/AmountLess.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/AmountMore.php b/app/TransactionRules/Triggers/AmountMore.php index 5e641a8e11..894068a032 100644 --- a/app/TransactionRules/Triggers/AmountMore.php +++ b/app/TransactionRules/Triggers/AmountMore.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/BudgetIs.php b/app/TransactionRules/Triggers/BudgetIs.php index 8a87c96f84..bdf2fc2533 100644 --- a/app/TransactionRules/Triggers/BudgetIs.php +++ b/app/TransactionRules/Triggers/BudgetIs.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/CategoryIs.php b/app/TransactionRules/Triggers/CategoryIs.php index 840d93d017..14fb50a6d9 100644 --- a/app/TransactionRules/Triggers/CategoryIs.php +++ b/app/TransactionRules/Triggers/CategoryIs.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/DescriptionContains.php b/app/TransactionRules/Triggers/DescriptionContains.php index 2a14eb97f0..f7da2a4eea 100644 --- a/app/TransactionRules/Triggers/DescriptionContains.php +++ b/app/TransactionRules/Triggers/DescriptionContains.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/DescriptionEnds.php b/app/TransactionRules/Triggers/DescriptionEnds.php index 36b077c7f2..cb6c53c00f 100644 --- a/app/TransactionRules/Triggers/DescriptionEnds.php +++ b/app/TransactionRules/Triggers/DescriptionEnds.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/DescriptionIs.php b/app/TransactionRules/Triggers/DescriptionIs.php index bce888ebfe..3f7e7c481e 100644 --- a/app/TransactionRules/Triggers/DescriptionIs.php +++ b/app/TransactionRules/Triggers/DescriptionIs.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/DescriptionStarts.php b/app/TransactionRules/Triggers/DescriptionStarts.php index 773a58e03a..075a0d8441 100644 --- a/app/TransactionRules/Triggers/DescriptionStarts.php +++ b/app/TransactionRules/Triggers/DescriptionStarts.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/FromAccountContains.php b/app/TransactionRules/Triggers/FromAccountContains.php index 8e265a2645..ecb4ef0eab 100644 --- a/app/TransactionRules/Triggers/FromAccountContains.php +++ b/app/TransactionRules/Triggers/FromAccountContains.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/FromAccountEnds.php b/app/TransactionRules/Triggers/FromAccountEnds.php index 0c7818ee91..c18fc72c1d 100644 --- a/app/TransactionRules/Triggers/FromAccountEnds.php +++ b/app/TransactionRules/Triggers/FromAccountEnds.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/FromAccountIs.php b/app/TransactionRules/Triggers/FromAccountIs.php index 4c8321f241..4e1810297b 100644 --- a/app/TransactionRules/Triggers/FromAccountIs.php +++ b/app/TransactionRules/Triggers/FromAccountIs.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/FromAccountStarts.php b/app/TransactionRules/Triggers/FromAccountStarts.php index 117d727273..0d15c40dae 100644 --- a/app/TransactionRules/Triggers/FromAccountStarts.php +++ b/app/TransactionRules/Triggers/FromAccountStarts.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasAnyBudget.php b/app/TransactionRules/Triggers/HasAnyBudget.php index 57d3e7b2b4..46bd011a64 100644 --- a/app/TransactionRules/Triggers/HasAnyBudget.php +++ b/app/TransactionRules/Triggers/HasAnyBudget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasAnyCategory.php b/app/TransactionRules/Triggers/HasAnyCategory.php index 58177c6603..2f356f2eaa 100644 --- a/app/TransactionRules/Triggers/HasAnyCategory.php +++ b/app/TransactionRules/Triggers/HasAnyCategory.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasAnyTag.php b/app/TransactionRules/Triggers/HasAnyTag.php index bbc07bdcdc..5e1795bb20 100644 --- a/app/TransactionRules/Triggers/HasAnyTag.php +++ b/app/TransactionRules/Triggers/HasAnyTag.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasAttachment.php b/app/TransactionRules/Triggers/HasAttachment.php index b9381cd82f..f415e7ea22 100644 --- a/app/TransactionRules/Triggers/HasAttachment.php +++ b/app/TransactionRules/Triggers/HasAttachment.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasNoBudget.php b/app/TransactionRules/Triggers/HasNoBudget.php index f0990f99fb..e6505661c0 100644 --- a/app/TransactionRules/Triggers/HasNoBudget.php +++ b/app/TransactionRules/Triggers/HasNoBudget.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasNoCategory.php b/app/TransactionRules/Triggers/HasNoCategory.php index 03c8c18732..b0ebe78d6a 100644 --- a/app/TransactionRules/Triggers/HasNoCategory.php +++ b/app/TransactionRules/Triggers/HasNoCategory.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/HasNoTag.php b/app/TransactionRules/Triggers/HasNoTag.php index 377c2bcdd5..98e435e865 100644 --- a/app/TransactionRules/Triggers/HasNoTag.php +++ b/app/TransactionRules/Triggers/HasNoTag.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/NotesAny.php b/app/TransactionRules/Triggers/NotesAny.php index 6e9b298047..cee387e0dd 100644 --- a/app/TransactionRules/Triggers/NotesAny.php +++ b/app/TransactionRules/Triggers/NotesAny.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/NotesAre.php b/app/TransactionRules/Triggers/NotesAre.php index 5aea73ae2b..a191edf5ff 100644 --- a/app/TransactionRules/Triggers/NotesAre.php +++ b/app/TransactionRules/Triggers/NotesAre.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/NotesContain.php b/app/TransactionRules/Triggers/NotesContain.php index 20a8549d56..cb6b324455 100644 --- a/app/TransactionRules/Triggers/NotesContain.php +++ b/app/TransactionRules/Triggers/NotesContain.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/NotesEmpty.php b/app/TransactionRules/Triggers/NotesEmpty.php index 91af8d7b43..f552709b98 100644 --- a/app/TransactionRules/Triggers/NotesEmpty.php +++ b/app/TransactionRules/Triggers/NotesEmpty.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/NotesEnd.php b/app/TransactionRules/Triggers/NotesEnd.php index 5ed37b9a04..62798173c0 100644 --- a/app/TransactionRules/Triggers/NotesEnd.php +++ b/app/TransactionRules/Triggers/NotesEnd.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/NotesStart.php b/app/TransactionRules/Triggers/NotesStart.php index 31bc0b43b1..3e0defa274 100644 --- a/app/TransactionRules/Triggers/NotesStart.php +++ b/app/TransactionRules/Triggers/NotesStart.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/TagIs.php b/app/TransactionRules/Triggers/TagIs.php index de0b952de1..687f14cf5b 100644 --- a/app/TransactionRules/Triggers/TagIs.php +++ b/app/TransactionRules/Triggers/TagIs.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/ToAccountContains.php b/app/TransactionRules/Triggers/ToAccountContains.php index e73f575a75..1120880094 100644 --- a/app/TransactionRules/Triggers/ToAccountContains.php +++ b/app/TransactionRules/Triggers/ToAccountContains.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/ToAccountEnds.php b/app/TransactionRules/Triggers/ToAccountEnds.php index ab623133c8..17345f1322 100644 --- a/app/TransactionRules/Triggers/ToAccountEnds.php +++ b/app/TransactionRules/Triggers/ToAccountEnds.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/ToAccountIs.php b/app/TransactionRules/Triggers/ToAccountIs.php index ab224ff5a0..53ce7d67b4 100644 --- a/app/TransactionRules/Triggers/ToAccountIs.php +++ b/app/TransactionRules/Triggers/ToAccountIs.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/ToAccountStarts.php b/app/TransactionRules/Triggers/ToAccountStarts.php index 38b18bcd2a..4662760264 100644 --- a/app/TransactionRules/Triggers/ToAccountStarts.php +++ b/app/TransactionRules/Triggers/ToAccountStarts.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/TransactionType.php b/app/TransactionRules/Triggers/TransactionType.php index 0b15a440e1..a5a2c3d2c6 100644 --- a/app/TransactionRules/Triggers/TransactionType.php +++ b/app/TransactionRules/Triggers/TransactionType.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/TriggerInterface.php b/app/TransactionRules/Triggers/TriggerInterface.php index 63c2b57af6..9877633e22 100644 --- a/app/TransactionRules/Triggers/TriggerInterface.php +++ b/app/TransactionRules/Triggers/TriggerInterface.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/TransactionRules/Triggers/UserAction.php b/app/TransactionRules/Triggers/UserAction.php index eb0a99076e..7a8ed85d7c 100644 --- a/app/TransactionRules/Triggers/UserAction.php +++ b/app/TransactionRules/Triggers/UserAction.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1); diff --git a/app/Validation/FireflyValidator.php b/app/Validation/FireflyValidator.php index 95b14b987b..a7f73f4b9e 100644 --- a/app/Validation/FireflyValidator.php +++ b/app/Validation/FireflyValidator.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Firefly III. If not, see . + * along with Firefly III. If not, see . */ declare(strict_types=1);