From 8f104d555ad0b4d5e36324b9a508db3be8da122d Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 20 May 2015 19:56:14 +0200 Subject: [PATCH] Added newlines to files. --- app/Helpers/Collection/Account.php | 2 +- app/Helpers/Collection/Balance.php | 2 +- app/Helpers/Collection/BalanceEntry.php | 2 +- app/Helpers/Collection/BalanceHeader.php | 2 +- app/Helpers/Collection/BalanceLine.php | 2 +- app/Helpers/Collection/Bill.php | 2 +- app/Helpers/Collection/BillLine.php | 2 +- app/Helpers/Collection/Budget.php | 2 +- app/Helpers/Collection/BudgetLine.php | 2 +- app/Helpers/Collection/Category.php | 2 +- app/Helpers/Collection/Expense.php | 2 +- app/Helpers/Collection/Income.php | 2 +- app/Http/Controllers/Chart/AccountController.php | 2 +- app/Http/Controllers/Chart/BillController.php | 2 +- app/Http/Controllers/Chart/BudgetController.php | 2 +- app/Http/Controllers/Chart/CategoryController.php | 2 +- app/Http/Controllers/Chart/PiggyBankController.php | 2 +- app/Http/Controllers/Chart/ReportController.php | 2 +- resources/lang/en/breadcrumbs.php | 2 +- resources/lang/en/form.php | 2 +- resources/lang/en/list.php | 2 +- resources/lang/nl/breadcrumbs.php | 2 +- resources/lang/nl/form.php | 2 +- resources/lang/nl/list.php | 2 +- resources/twig/partials/reports/accounts.twig | 2 +- resources/twig/partials/reports/balance.twig | 2 +- resources/twig/partials/reports/bills.twig | 2 +- resources/twig/partials/reports/budgets.twig | 2 +- resources/twig/partials/reports/categories.twig | 2 +- resources/twig/partials/reports/expenses.twig | 2 +- resources/twig/partials/reports/income-vs-expenses.twig | 2 +- resources/twig/partials/reports/income.twig | 2 +- tests/controllers/charts/ChartAccountControllerTest.php | 2 +- tests/controllers/charts/ChartBillControllerTest.php | 2 +- tests/controllers/charts/ChartBudgetControllerTest.php | 2 +- tests/controllers/charts/ChartCategoryControllerTest.php | 2 +- tests/controllers/charts/ChartPiggyBankControllerTest.php | 2 +- tests/controllers/charts/ChartReportControllerTest.php | 2 +- tests/helpers/ConnectJournalToPiggyBankTest.php | 2 +- tests/helpers/ReminderHelperTest.php | 2 +- tests/helpers/ReportHelperTest.php | 2 +- tests/helpers/ReportQueryTest.php | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/app/Helpers/Collection/Account.php b/app/Helpers/Collection/Account.php index ad227fdea2..1906c651db 100644 --- a/app/Helpers/Collection/Account.php +++ b/app/Helpers/Collection/Account.php @@ -87,4 +87,4 @@ class Account } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/Balance.php b/app/Helpers/Collection/Balance.php index 34258fc88f..48d8433c2f 100644 --- a/app/Helpers/Collection/Balance.php +++ b/app/Helpers/Collection/Balance.php @@ -61,4 +61,4 @@ class Balance } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/BalanceEntry.php b/app/Helpers/Collection/BalanceEntry.php index 5f39869920..7749226b82 100644 --- a/app/Helpers/Collection/BalanceEntry.php +++ b/app/Helpers/Collection/BalanceEntry.php @@ -71,4 +71,4 @@ class BalanceEntry } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/BalanceHeader.php b/app/Helpers/Collection/BalanceHeader.php index 5c0f46c72a..5dbe86f5f6 100644 --- a/app/Helpers/Collection/BalanceHeader.php +++ b/app/Helpers/Collection/BalanceHeader.php @@ -43,4 +43,4 @@ class BalanceHeader } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/BalanceLine.php b/app/Helpers/Collection/BalanceLine.php index 4e045eca8a..a3d64ff7e3 100644 --- a/app/Helpers/Collection/BalanceLine.php +++ b/app/Helpers/Collection/BalanceLine.php @@ -167,4 +167,4 @@ class BalanceLine } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/Bill.php b/app/Helpers/Collection/Bill.php index 28a0036244..63b2e0bf52 100644 --- a/app/Helpers/Collection/Bill.php +++ b/app/Helpers/Collection/Bill.php @@ -53,4 +53,4 @@ class Bill return $this->bills; } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/BillLine.php b/app/Helpers/Collection/BillLine.php index 613121073b..fd681b36f4 100644 --- a/app/Helpers/Collection/BillLine.php +++ b/app/Helpers/Collection/BillLine.php @@ -122,4 +122,4 @@ class BillLine } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/Budget.php b/app/Helpers/Collection/Budget.php index c551505b78..dd609f39f6 100644 --- a/app/Helpers/Collection/Budget.php +++ b/app/Helpers/Collection/Budget.php @@ -145,4 +145,4 @@ class Budget } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/BudgetLine.php b/app/Helpers/Collection/BudgetLine.php index 7c5f48e16c..b8f76488a1 100644 --- a/app/Helpers/Collection/BudgetLine.php +++ b/app/Helpers/Collection/BudgetLine.php @@ -127,4 +127,4 @@ class BudgetLine } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/Category.php b/app/Helpers/Collection/Category.php index 96f1c63363..07a4ce7296 100644 --- a/app/Helpers/Collection/Category.php +++ b/app/Helpers/Collection/Category.php @@ -77,4 +77,4 @@ class Category } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/Expense.php b/app/Helpers/Collection/Expense.php index 24e93d557c..4a0098679a 100644 --- a/app/Helpers/Collection/Expense.php +++ b/app/Helpers/Collection/Expense.php @@ -79,4 +79,4 @@ class Expense { return $this->total; } -} \ No newline at end of file +} diff --git a/app/Helpers/Collection/Income.php b/app/Helpers/Collection/Income.php index 420105209a..eaf0568bc4 100644 --- a/app/Helpers/Collection/Income.php +++ b/app/Helpers/Collection/Income.php @@ -82,4 +82,4 @@ class Income } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/AccountController.php b/app/Http/Controllers/Chart/AccountController.php index 530e032851..5460b9212b 100644 --- a/app/Http/Controllers/Chart/AccountController.php +++ b/app/Http/Controllers/Chart/AccountController.php @@ -147,4 +147,4 @@ class AccountController extends Controller return Response::json($chart->getData()); } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/BillController.php b/app/Http/Controllers/Chart/BillController.php index f32611d055..567caf1abc 100644 --- a/app/Http/Controllers/Chart/BillController.php +++ b/app/Http/Controllers/Chart/BillController.php @@ -138,4 +138,4 @@ class BillController extends Controller return Response::json($chart->getData()); } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/BudgetController.php b/app/Http/Controllers/Chart/BudgetController.php index d5ca79286c..70044af68a 100644 --- a/app/Http/Controllers/Chart/BudgetController.php +++ b/app/Http/Controllers/Chart/BudgetController.php @@ -192,4 +192,4 @@ class BudgetController extends Controller return Response::json($chart->getData()); } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/CategoryController.php b/app/Http/Controllers/Chart/CategoryController.php index b7c45506c1..0ce466bf44 100644 --- a/app/Http/Controllers/Chart/CategoryController.php +++ b/app/Http/Controllers/Chart/CategoryController.php @@ -164,4 +164,4 @@ class CategoryController extends Controller return Response::json($chart->getData()); } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/PiggyBankController.php b/app/Http/Controllers/Chart/PiggyBankController.php index d240afa583..e3b05f55f7 100644 --- a/app/Http/Controllers/Chart/PiggyBankController.php +++ b/app/Http/Controllers/Chart/PiggyBankController.php @@ -55,4 +55,4 @@ class PiggyBankController extends Controller return Response::json($chart->getData()); } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/ReportController.php b/app/Http/Controllers/Chart/ReportController.php index 1576ad27b6..a474f1ac51 100644 --- a/app/Http/Controllers/Chart/ReportController.php +++ b/app/Http/Controllers/Chart/ReportController.php @@ -98,4 +98,4 @@ class ReportController extends Controller return Response::json($chart->getData()); } -} \ No newline at end of file +} diff --git a/resources/lang/en/breadcrumbs.php b/resources/lang/en/breadcrumbs.php index 49962c8cf8..f2ccfd2670 100644 --- a/resources/lang/en/breadcrumbs.php +++ b/resources/lang/en/breadcrumbs.php @@ -71,4 +71,4 @@ return [ 'edit_tag' => 'Edit tag ":tag"', 'delete_tag' => 'Delete tag ":tag"', -]; \ No newline at end of file +]; diff --git a/resources/lang/en/form.php b/resources/lang/en/form.php index 5735e1453e..7cc7b2e5bd 100644 --- a/resources/lang/en/form.php +++ b/resources/lang/en/form.php @@ -75,4 +75,4 @@ return [ '|All :count transactions connected to this budget will spared deletion.', 'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.' . '|All :count transactions connected to this category will spared deletion.', -]; \ No newline at end of file +]; diff --git a/resources/lang/en/list.php b/resources/lang/en/list.php index 22a32b39cb..4ad2805ede 100644 --- a/resources/lang/en/list.php +++ b/resources/lang/en/list.php @@ -29,4 +29,4 @@ return [ 'transfer' => 'Transfer', 'type' => 'Type', 'completed' => 'Completed', -]; \ No newline at end of file +]; diff --git a/resources/lang/nl/breadcrumbs.php b/resources/lang/nl/breadcrumbs.php index 3994dceb70..743d7a40aa 100644 --- a/resources/lang/nl/breadcrumbs.php +++ b/resources/lang/nl/breadcrumbs.php @@ -70,4 +70,4 @@ return [ 'edit_tag' => 'Wijzig tag ":tag"', 'delete_tag' => 'Verwijder tag ":tag"', -]; \ No newline at end of file +]; diff --git a/resources/lang/nl/form.php b/resources/lang/nl/form.php index 062b7a8db1..7f7d22578c 100644 --- a/resources/lang/nl/form.php +++ b/resources/lang/nl/form.php @@ -75,4 +75,4 @@ return [ '|De :count transacties verbonden aan dit budget blijven bewaard.', 'category_keep_transactions' => 'De transactie verbonden aan deze categorie blijft bewaard.' . '|De :count transacties verbonden aan deze categorie blijven bewaard.', -]; \ No newline at end of file +]; diff --git a/resources/lang/nl/list.php b/resources/lang/nl/list.php index 42d4b8c538..34f42976d5 100644 --- a/resources/lang/nl/list.php +++ b/resources/lang/nl/list.php @@ -30,4 +30,4 @@ return [ 'type' => 'Type', 'completed' => 'Opgeslagen' -]; \ No newline at end of file +]; diff --git a/resources/twig/partials/reports/accounts.twig b/resources/twig/partials/reports/accounts.twig index 702fead4d5..f7254a5825 100644 --- a/resources/twig/partials/reports/accounts.twig +++ b/resources/twig/partials/reports/accounts.twig @@ -27,4 +27,4 @@ {{ accounts.getDifference|formatAmount }} - \ No newline at end of file + diff --git a/resources/twig/partials/reports/balance.twig b/resources/twig/partials/reports/balance.twig index cddb047bce..b8fc7c59bc 100644 --- a/resources/twig/partials/reports/balance.twig +++ b/resources/twig/partials/reports/balance.twig @@ -156,4 +156,4 @@ --> - \ No newline at end of file + diff --git a/resources/twig/partials/reports/bills.twig b/resources/twig/partials/reports/bills.twig index 2cace68717..3d6978fc93 100644 --- a/resources/twig/partials/reports/bills.twig +++ b/resources/twig/partials/reports/bills.twig @@ -48,4 +48,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/resources/twig/partials/reports/budgets.twig b/resources/twig/partials/reports/budgets.twig index 018a6d99ab..5e69cb0997 100644 --- a/resources/twig/partials/reports/budgets.twig +++ b/resources/twig/partials/reports/budgets.twig @@ -59,4 +59,4 @@ {{ budgets.getOverspent|formatAmountPlain }} - \ No newline at end of file + diff --git a/resources/twig/partials/reports/categories.twig b/resources/twig/partials/reports/categories.twig index c55a176209..be58a3290a 100644 --- a/resources/twig/partials/reports/categories.twig +++ b/resources/twig/partials/reports/categories.twig @@ -21,4 +21,4 @@ {{ categories.getTotal|formatAmountPlain }} - \ No newline at end of file + diff --git a/resources/twig/partials/reports/expenses.twig b/resources/twig/partials/reports/expenses.twig index ad9176e878..b7258b3525 100644 --- a/resources/twig/partials/reports/expenses.twig +++ b/resources/twig/partials/reports/expenses.twig @@ -31,4 +31,4 @@ {{ (expenses.getTotal)|formatAmountPlain }} - \ No newline at end of file + diff --git a/resources/twig/partials/reports/income-vs-expenses.twig b/resources/twig/partials/reports/income-vs-expenses.twig index 09e1c5b15c..ea78f40e7b 100644 --- a/resources/twig/partials/reports/income-vs-expenses.twig +++ b/resources/twig/partials/reports/income-vs-expenses.twig @@ -17,4 +17,4 @@ {{ (incomes.getTotal + expenses.getTotal)|formatAmount }} - \ No newline at end of file + diff --git a/resources/twig/partials/reports/income.twig b/resources/twig/partials/reports/income.twig index 145d487a05..7f7dcd9e62 100644 --- a/resources/twig/partials/reports/income.twig +++ b/resources/twig/partials/reports/income.twig @@ -31,4 +31,4 @@ {{ incomes.getTotal|formatAmount }} - \ No newline at end of file + diff --git a/tests/controllers/charts/ChartAccountControllerTest.php b/tests/controllers/charts/ChartAccountControllerTest.php index 044a8fdd1c..ed6c9fd02d 100644 --- a/tests/controllers/charts/ChartAccountControllerTest.php +++ b/tests/controllers/charts/ChartAccountControllerTest.php @@ -37,4 +37,4 @@ class ChartAccountControllerTest extends TestCase { $this->markTestIncomplete(); } -} \ No newline at end of file +} diff --git a/tests/controllers/charts/ChartBillControllerTest.php b/tests/controllers/charts/ChartBillControllerTest.php index 2b5a7c0cd1..7d90eb5e0c 100644 --- a/tests/controllers/charts/ChartBillControllerTest.php +++ b/tests/controllers/charts/ChartBillControllerTest.php @@ -34,4 +34,4 @@ class ChartBillControllerTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/controllers/charts/ChartBudgetControllerTest.php b/tests/controllers/charts/ChartBudgetControllerTest.php index 2588fdbac9..2cfe66339c 100644 --- a/tests/controllers/charts/ChartBudgetControllerTest.php +++ b/tests/controllers/charts/ChartBudgetControllerTest.php @@ -38,4 +38,4 @@ class ChartBudgetControllerTest extends TestCase $this->markTestIncomplete(); } -} \ No newline at end of file +} diff --git a/tests/controllers/charts/ChartCategoryControllerTest.php b/tests/controllers/charts/ChartCategoryControllerTest.php index a442f99d8a..ee491763ac 100644 --- a/tests/controllers/charts/ChartCategoryControllerTest.php +++ b/tests/controllers/charts/ChartCategoryControllerTest.php @@ -43,4 +43,4 @@ class ChartCategoryControllerTest extends TestCase $this->markTestIncomplete(); } -} \ No newline at end of file +} diff --git a/tests/controllers/charts/ChartPiggyBankControllerTest.php b/tests/controllers/charts/ChartPiggyBankControllerTest.php index d396458c46..2d61d83da2 100644 --- a/tests/controllers/charts/ChartPiggyBankControllerTest.php +++ b/tests/controllers/charts/ChartPiggyBankControllerTest.php @@ -27,4 +27,4 @@ class ChartPiggyBankControllerTest extends TestCase { $this->markTestIncomplete(); } -} \ No newline at end of file +} diff --git a/tests/controllers/charts/ChartReportControllerTest.php b/tests/controllers/charts/ChartReportControllerTest.php index d691cb1146..68a40914f3 100644 --- a/tests/controllers/charts/ChartReportControllerTest.php +++ b/tests/controllers/charts/ChartReportControllerTest.php @@ -32,4 +32,4 @@ class ChartReportControllerTest extends TestCase { $this->markTestIncomplete(); } -} \ No newline at end of file +} diff --git a/tests/helpers/ConnectJournalToPiggyBankTest.php b/tests/helpers/ConnectJournalToPiggyBankTest.php index 950325fc64..8237e900b9 100644 --- a/tests/helpers/ConnectJournalToPiggyBankTest.php +++ b/tests/helpers/ConnectJournalToPiggyBankTest.php @@ -220,4 +220,4 @@ class ConnectJournalToPiggyBankTest extends TestCase $this->assertCount(1, $piggyBank->piggyBankEvents()->get()); } -} \ No newline at end of file +} diff --git a/tests/helpers/ReminderHelperTest.php b/tests/helpers/ReminderHelperTest.php index 5775877325..622788c42e 100644 --- a/tests/helpers/ReminderHelperTest.php +++ b/tests/helpers/ReminderHelperTest.php @@ -164,4 +164,4 @@ class ReminderHelperTest extends TestCase $this->assertTrue(!($strpos === false)); } -} \ No newline at end of file +} diff --git a/tests/helpers/ReportHelperTest.php b/tests/helpers/ReportHelperTest.php index 1b960cf547..9d6e1b71c9 100644 --- a/tests/helpers/ReportHelperTest.php +++ b/tests/helpers/ReportHelperTest.php @@ -50,4 +50,4 @@ class ReportHelperTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/helpers/ReportQueryTest.php b/tests/helpers/ReportQueryTest.php index 640c3dfb15..d4a769b922 100644 --- a/tests/helpers/ReportQueryTest.php +++ b/tests/helpers/ReportQueryTest.php @@ -97,4 +97,4 @@ class ReportQueryTest extends TestCase $this->markTestIncomplete(); } -} \ No newline at end of file +}