Add newline to files

This commit is contained in:
James Cole
2019-08-17 12:09:03 +02:00
parent b53cbbe469
commit fc78c32fca
153 changed files with 243 additions and 125 deletions

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DateRequest.php * DateRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleGroupTestRequest.php * RuleGroupTestRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleGroupTriggerRequest.php * RuleGroupTriggerRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleTestRequest.php * RuleTestRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleTriggerRequest.php * RuleTriggerRequest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateAccessTokens.php * CreateAccessTokens.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateLinkTypes.php * CreateLinkTypes.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteEmptyGroups.php * DeleteEmptyGroups.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteEmptyJournals.php * DeleteEmptyJournals.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteOrphanedTransactions.php * DeleteOrphanedTransactions.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteZeroAmount.php * DeleteZeroAmount.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EnableCurrencies.php * EnableCurrencies.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FixAccountTypes.php * FixAccountTypes.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FixPiggies.php * FixPiggies.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FixUnevenAmount.php * FixUnevenAmount.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RemoveBills.php * RemoveBills.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RenameMetaFields.php * RenameMetaFields.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* TransferBudgets.php * TransferBudgets.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ReportEmptyObjects.php * ReportEmptyObjects.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ReportSum.php * ReportSum.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AccountCurrencies.php * AccountCurrencies.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* BackToJournals.php * BackToJournals.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* MigrateToGroups.php * MigrateToGroups.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RenameAccountMeta.php * RenameAccountMeta.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* TransactionIdentifier.php * TransactionIdentifier.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* TransferCurrenciesCorrections.php * TransferCurrenciesCorrections.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* UpgradeDatabase.php * UpgradeDatabase.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* GracefulNotFoundHandler.php * GracefulNotFoundHandler.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateController.php * CreateController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteController.php * DeleteController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EditController.php * EditController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* IndexController.php * IndexController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleController.php * RuleController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* BillController.php * BillController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateController.php * CreateController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteController.php * DeleteController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EditController.php * EditController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ExecutionController.php * ExecutionController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteController.php * DeleteController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EditController.php * EditController.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* InterestingMessage.php * InterestingMessage.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* JournalAPIRepository.php * JournalAPIRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* JournalAPIRepositoryInterface.php * JournalAPIRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* JournalCLIRepository.php * JournalCLIRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* JournalCLIRepositoryInterface.php * JournalCLIRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* PwndVerifierV3.php * PwndVerifierV3.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* WholePeriodChartGenerator.php * WholePeriodChartGenerator.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AccountForm.php * AccountForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CurrencyForm.php * CurrencyForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FormSupport.php * FormSupport.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* PiggyBankForm.php * PiggyBankForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleForm.php * RuleForm.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ApiSupport.php * ApiSupport.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RuleEngine.php * RuleEngine.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
return [ return [

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
return array( return array(

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AccountControllerTest.php * AccountControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AvailableBudgetControllerTest.php * AvailableBudgetControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CategoryControllerTest.php * CategoryControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* SummaryControllerTest.php * SummaryControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateControllerTest.php * CreateControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteControllerTest.php * DeleteControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EditControllerTest.php * EditControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* IndexControllerTest.php * IndexControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateControllerTest.php * CreateControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteControllerTest.php * DeleteControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EditControllerTest.php * EditControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ExecutionControllerTest.php * ExecutionControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateControllerTest.php * CreateControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EditControllerTest.php * EditControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* IndexControllerTest.php * IndexControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ShowControllerTest.php * ShowControllerTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CorrectDatabaseTest.php * CorrectDatabaseTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateLinkTypesTest.php * CreateLinkTypesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteEmptyGroupsTest.php * DeleteEmptyGroupsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteEmptyJournalsTest.php * DeleteEmptyJournalsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteOrphanedTransactionsTest.php * DeleteOrphanedTransactionsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DeleteZeroAmountTest.php * DeleteZeroAmountTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* EnableCurrenciesTest.php * EnableCurrenciesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FixAccountTypesTest.php * FixAccountTypesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FixPiggiesTest.php * FixPiggiesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* FixUnevenAmountTest.php * FixUnevenAmountTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RemoveBillsTest.php * RemoveBillsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* RenameMetaFieldsTest.php * RenameMetaFieldsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* TransferBudgetsTest.php * TransferBudgetsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* DecryptDatabaseTest.php * DecryptDatabaseTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CreateCSVImportTest.php * CreateCSVImportTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ReportEmptyObjectsTest.php * ReportEmptyObjectsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ReportSumTest.php * ReportSumTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* ApplyRulesTest.php * ApplyRulesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AccountCurrenciesTest.php * AccountCurrenciesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* BackToJournalsTest.php * BackToJournalsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* BudgetLimitCurrencyTest.php * BudgetLimitCurrencyTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* CCLiabilitiesTest.php * CCLiabilitiesTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* MigrateAttachmentsTest.php * MigrateAttachmentsTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 thegrumpydictator@gmail.com

Some files were not shown because too many files have changed in this diff Show More