From cbb62d3d78e16cbe2c195b4fed302dabfce19048 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 5 May 2015 12:51:57 +0200 Subject: [PATCH] Added new line at the end of files. [skip ci] --- app/Helpers/Help/Help.php | 2 +- app/Helpers/Help/HelpInterface.php | 2 +- app/Http/Controllers/TagController.php | 2 +- app/Http/Requests/TagFormRequest.php | 2 +- app/Http/breadcrumbs.php | 2 +- app/Models/Tag.php | 2 +- app/Repositories/Tag/TagRepository.php | 2 +- app/Repositories/Tag/TagRepositoryInterface.php | 2 +- app/Support/Twig/Budget.php | 2 +- app/Support/Twig/General.php | 2 +- app/Support/Twig/Journal.php | 2 +- app/Support/Twig/PiggyBank.php | 2 +- resources/twig/accounts/create.twig | 2 +- resources/twig/accounts/show.twig | 2 +- resources/twig/auth/password.twig | 2 +- resources/twig/bills/delete.twig | 2 +- resources/twig/bills/index.twig | 2 +- resources/twig/bills/show.twig | 2 +- resources/twig/budgets/delete.twig | 2 +- resources/twig/budgets/noBudget.twig | 2 +- resources/twig/categories/index.twig | 2 +- resources/twig/categories/noCategory.twig | 2 +- resources/twig/categories/show.twig | 2 +- resources/twig/currency/delete.twig | 2 +- resources/twig/currency/edit.twig | 2 +- resources/twig/currency/index.twig | 2 +- resources/twig/form/options.twig | 2 +- resources/twig/index.twig | 2 +- resources/twig/list/accounts.twig | 2 +- resources/twig/list/journals.twig | 2 +- resources/twig/list/piggy-banks.twig | 2 +- resources/twig/piggy-banks/index.twig | 2 +- resources/twig/piggy-banks/remove.twig | 2 +- resources/twig/profile/change-password.twig | 2 +- resources/twig/profile/delete-account.twig | 2 +- resources/twig/profile/index.twig | 2 +- resources/twig/reminders/show.twig | 2 +- resources/twig/search/index.twig | 2 +- resources/twig/tags/create.twig | 2 +- resources/twig/tags/edit.twig | 2 +- resources/twig/tags/index.twig | 2 +- tests/controllers/BillControllerTest.php | 2 +- tests/controllers/BudgetControllerTest.php | 2 +- tests/controllers/CategoryControllerTest.php | 2 +- tests/controllers/CurrencyControllerTest.php | 2 +- tests/controllers/GoogleChartControllerTest.php | 2 +- tests/controllers/HelpControllerTest.php | 2 +- tests/controllers/JsonControllerTest.php | 2 +- tests/controllers/PreferencesControllerTest.php | 2 +- tests/controllers/ProfileControllerTest.php | 2 +- tests/controllers/ReminderControllerTest.php | 2 +- tests/controllers/ReportControllerTest.php | 2 +- tests/controllers/SearchControllerTest.php | 2 +- tests/controllers/TagControllerTest.php | 2 +- tests/controllers/TransactionControllerTest.php | 2 +- tests/database/.gitignore | 2 +- tests/factories/all.php | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/app/Helpers/Help/Help.php b/app/Helpers/Help/Help.php index c7e77a5d2d..eddad2614f 100644 --- a/app/Helpers/Help/Help.php +++ b/app/Helpers/Help/Help.php @@ -84,4 +84,4 @@ class Help implements HelpInterface { return Cache::has('help.' . $route . '.title') && Cache::has('help.' . $route . '.text'); } -} \ No newline at end of file +} diff --git a/app/Helpers/Help/HelpInterface.php b/app/Helpers/Help/HelpInterface.php index b11e29b4ab..3807c2c1ff 100644 --- a/app/Helpers/Help/HelpInterface.php +++ b/app/Helpers/Help/HelpInterface.php @@ -45,4 +45,4 @@ interface HelpInterface * @return void */ public function putInCache($route, array $content); -} \ No newline at end of file +} diff --git a/app/Http/Controllers/TagController.php b/app/Http/Controllers/TagController.php index 5d54937c4e..34d7364663 100644 --- a/app/Http/Controllers/TagController.php +++ b/app/Http/Controllers/TagController.php @@ -322,4 +322,4 @@ class TagController extends Controller // redirect to previous URL. return Redirect::to(Session::get('tags.edit.url')); } -} \ No newline at end of file +} diff --git a/app/Http/Requests/TagFormRequest.php b/app/Http/Requests/TagFormRequest.php index ad04f50a29..3909b177b2 100644 --- a/app/Http/Requests/TagFormRequest.php +++ b/app/Http/Requests/TagFormRequest.php @@ -50,4 +50,4 @@ class TagFormRequest extends Request 'tagMode' => 'required|in:nothing,balancingAct,advancePayment' ]; } -} \ No newline at end of file +} diff --git a/app/Http/breadcrumbs.php b/app/Http/breadcrumbs.php index 672ae8ff5a..7705a04648 100644 --- a/app/Http/breadcrumbs.php +++ b/app/Http/breadcrumbs.php @@ -415,4 +415,4 @@ Breadcrumbs::register( $breadcrumbs->parent('tags.index'); $breadcrumbs->push(e($tag->tag), route('tags.show', $tag->id)); } -); \ No newline at end of file +); diff --git a/app/Models/Tag.php b/app/Models/Tag.php index cac823555c..11ce119559 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -125,4 +125,4 @@ class Tag extends Model { return $this->belongsTo('FireflyIII\User'); } -} \ No newline at end of file +} diff --git a/app/Repositories/Tag/TagRepository.php b/app/Repositories/Tag/TagRepository.php index 301fedb267..0fc8c4b42b 100644 --- a/app/Repositories/Tag/TagRepository.php +++ b/app/Repositories/Tag/TagRepository.php @@ -177,4 +177,4 @@ class TagRepository implements TagRepositoryInterface return $tag; } -} \ No newline at end of file +} diff --git a/app/Repositories/Tag/TagRepositoryInterface.php b/app/Repositories/Tag/TagRepositoryInterface.php index e2a5c03bff..94d5e44cb2 100644 --- a/app/Repositories/Tag/TagRepositoryInterface.php +++ b/app/Repositories/Tag/TagRepositoryInterface.php @@ -49,4 +49,4 @@ interface TagRepositoryInterface * @return boolean */ public function connect(TransactionJournal $journal, Tag $tag); -} \ No newline at end of file +} diff --git a/app/Support/Twig/Budget.php b/app/Support/Twig/Budget.php index 39ec2a1e04..046e741446 100644 --- a/app/Support/Twig/Budget.php +++ b/app/Support/Twig/Budget.php @@ -50,4 +50,4 @@ class Budget extends Twig_Extension { return 'FireflyIII\Support\Twig\Budget'; } -} \ No newline at end of file +} diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index 0be9007420..1d36857366 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -143,4 +143,4 @@ class General extends Twig_Extension return 'FireflyIII\Support\Twig\General'; } -} \ No newline at end of file +} diff --git a/app/Support/Twig/Journal.php b/app/Support/Twig/Journal.php index 70c088281e..aa56a310c0 100644 --- a/app/Support/Twig/Journal.php +++ b/app/Support/Twig/Journal.php @@ -96,4 +96,4 @@ class Journal extends Twig_Extension { return 'FireflyIII\Support\Twig\Journals'; } -} \ No newline at end of file +} diff --git a/app/Support/Twig/PiggyBank.php b/app/Support/Twig/PiggyBank.php index df4137670b..6ff4aafe90 100644 --- a/app/Support/Twig/PiggyBank.php +++ b/app/Support/Twig/PiggyBank.php @@ -39,4 +39,4 @@ class PiggyBank extends Twig_Extension { return 'FireflyIII\Support\Twig\PiggyBank'; } -} \ No newline at end of file +} diff --git a/resources/twig/accounts/create.twig b/resources/twig/accounts/create.twig index 6ed1f2dfaf..0314aa8892 100644 --- a/resources/twig/accounts/create.twig +++ b/resources/twig/accounts/create.twig @@ -58,4 +58,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/accounts/show.twig b/resources/twig/accounts/show.twig index 59ea7654ae..6822a6833c 100644 --- a/resources/twig/accounts/show.twig +++ b/resources/twig/accounts/show.twig @@ -57,4 +57,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/auth/password.twig b/resources/twig/auth/password.twig index 720bce9a88..8d209f1ab4 100644 --- a/resources/twig/auth/password.twig +++ b/resources/twig/auth/password.twig @@ -42,4 +42,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/bills/delete.twig b/resources/twig/bills/delete.twig index f58fd3db68..ff205c0f50 100644 --- a/resources/twig/bills/delete.twig +++ b/resources/twig/bills/delete.twig @@ -29,4 +29,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/bills/index.twig b/resources/twig/bills/index.twig index ef488037a5..96b0ba7949 100644 --- a/resources/twig/bills/index.twig +++ b/resources/twig/bills/index.twig @@ -24,4 +24,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/bills/show.twig b/resources/twig/bills/show.twig index e6297668a7..5c3ed858f9 100644 --- a/resources/twig/bills/show.twig +++ b/resources/twig/bills/show.twig @@ -110,4 +110,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/budgets/delete.twig b/resources/twig/budgets/delete.twig index e1b7e5ef95..ea7450b25f 100644 --- a/resources/twig/budgets/delete.twig +++ b/resources/twig/budgets/delete.twig @@ -40,4 +40,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/budgets/noBudget.twig b/resources/twig/budgets/noBudget.twig index 2ff705afe8..51de6c5954 100644 --- a/resources/twig/budgets/noBudget.twig +++ b/resources/twig/budgets/noBudget.twig @@ -14,4 +14,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/categories/index.twig b/resources/twig/categories/index.twig index 82e98ac0e1..ae3c267a26 100644 --- a/resources/twig/categories/index.twig +++ b/resources/twig/categories/index.twig @@ -37,4 +37,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/categories/noCategory.twig b/resources/twig/categories/noCategory.twig index e85d86c942..fa4ec948a0 100644 --- a/resources/twig/categories/noCategory.twig +++ b/resources/twig/categories/noCategory.twig @@ -15,4 +15,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/categories/show.twig b/resources/twig/categories/show.twig index b830ccacf0..c231eb8d18 100644 --- a/resources/twig/categories/show.twig +++ b/resources/twig/categories/show.twig @@ -51,4 +51,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/currency/delete.twig b/resources/twig/currency/delete.twig index b90be97c5c..b3fa433820 100644 --- a/resources/twig/currency/delete.twig +++ b/resources/twig/currency/delete.twig @@ -23,4 +23,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/currency/edit.twig b/resources/twig/currency/edit.twig index 8d356fcf4f..11b33708df 100644 --- a/resources/twig/currency/edit.twig +++ b/resources/twig/currency/edit.twig @@ -42,4 +42,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/currency/index.twig b/resources/twig/currency/index.twig index 77e928bee6..b807479e90 100644 --- a/resources/twig/currency/index.twig +++ b/resources/twig/currency/index.twig @@ -46,4 +46,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/form/options.twig b/resources/twig/form/options.twig index 9af8428ba2..5ba3fcb96d 100644 --- a/resources/twig/form/options.twig +++ b/resources/twig/form/options.twig @@ -27,4 +27,4 @@ -{% endif %} \ No newline at end of file +{% endif %} diff --git a/resources/twig/index.twig b/resources/twig/index.twig index e3c94d519f..990aa88fdc 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -209,4 +209,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/list/accounts.twig b/resources/twig/list/accounts.twig index 200f09eb04..4cc47af39a 100644 --- a/resources/twig/list/accounts.twig +++ b/resources/twig/list/accounts.twig @@ -56,4 +56,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/resources/twig/list/journals.twig b/resources/twig/list/journals.twig index 860917c836..21c3742665 100644 --- a/resources/twig/list/journals.twig +++ b/resources/twig/list/journals.twig @@ -110,4 +110,4 @@ {% endfor %} -{{ journals.render|raw }} \ No newline at end of file +{{ journals.render|raw }} diff --git a/resources/twig/list/piggy-banks.twig b/resources/twig/list/piggy-banks.twig index ef6cf6be63..b247b253de 100644 --- a/resources/twig/list/piggy-banks.twig +++ b/resources/twig/list/piggy-banks.twig @@ -53,4 +53,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/resources/twig/piggy-banks/index.twig b/resources/twig/piggy-banks/index.twig index d0d2563fb6..14e1481426 100644 --- a/resources/twig/piggy-banks/index.twig +++ b/resources/twig/piggy-banks/index.twig @@ -59,4 +59,4 @@ {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/piggy-banks/remove.twig b/resources/twig/piggy-banks/remove.twig index 657ce02431..529dd6c66e 100644 --- a/resources/twig/piggy-banks/remove.twig +++ b/resources/twig/piggy-banks/remove.twig @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/resources/twig/profile/change-password.twig b/resources/twig/profile/change-password.twig index 16900564f3..0a0cbde5be 100644 --- a/resources/twig/profile/change-password.twig +++ b/resources/twig/profile/change-password.twig @@ -52,4 +52,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/profile/delete-account.twig b/resources/twig/profile/delete-account.twig index f3e5f94e1c..a47c929b32 100644 --- a/resources/twig/profile/delete-account.twig +++ b/resources/twig/profile/delete-account.twig @@ -46,4 +46,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/profile/index.twig b/resources/twig/profile/index.twig index 244a1a6e35..525da37b25 100644 --- a/resources/twig/profile/index.twig +++ b/resources/twig/profile/index.twig @@ -16,4 +16,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/reminders/show.twig b/resources/twig/reminders/show.twig index b78eb138a0..da560949eb 100644 --- a/resources/twig/reminders/show.twig +++ b/resources/twig/reminders/show.twig @@ -37,4 +37,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/search/index.twig b/resources/twig/search/index.twig index a4783911cc..c00b12b931 100644 --- a/resources/twig/search/index.twig +++ b/resources/twig/search/index.twig @@ -103,4 +103,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/tags/create.twig b/resources/twig/tags/create.twig index ab957ce3bf..7c79e29cb5 100644 --- a/resources/twig/tags/create.twig +++ b/resources/twig/tags/create.twig @@ -82,4 +82,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/tags/edit.twig b/resources/twig/tags/edit.twig index 85f5e3503f..6ad950374c 100644 --- a/resources/twig/tags/edit.twig +++ b/resources/twig/tags/edit.twig @@ -84,4 +84,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/twig/tags/index.twig b/resources/twig/tags/index.twig index 9b520969a5..94b1e5553a 100644 --- a/resources/twig/tags/index.twig +++ b/resources/twig/tags/index.twig @@ -72,4 +72,4 @@ {% endblock %} {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/tests/controllers/BillControllerTest.php b/tests/controllers/BillControllerTest.php index 846e63298a..e217bdef89 100644 --- a/tests/controllers/BillControllerTest.php +++ b/tests/controllers/BillControllerTest.php @@ -253,4 +253,4 @@ class BillControllerTest extends TestCase $this->assertResponseStatus(302); } -} \ No newline at end of file +} diff --git a/tests/controllers/BudgetControllerTest.php b/tests/controllers/BudgetControllerTest.php index edacbcd133..9a397fc61d 100644 --- a/tests/controllers/BudgetControllerTest.php +++ b/tests/controllers/BudgetControllerTest.php @@ -316,4 +316,4 @@ class BudgetControllerTest extends TestCase $this->assertResponseOk(); $this->assertViewHas('amount'); } -} \ No newline at end of file +} diff --git a/tests/controllers/CategoryControllerTest.php b/tests/controllers/CategoryControllerTest.php index c4ca304ce6..a33a900b0c 100644 --- a/tests/controllers/CategoryControllerTest.php +++ b/tests/controllers/CategoryControllerTest.php @@ -222,4 +222,4 @@ class CategoryControllerTest extends TestCase $this->assertResponseStatus(302); $this->assertSessionHas('success', 'Category "' . $category->name . '" updated.'); } -} \ No newline at end of file +} diff --git a/tests/controllers/CurrencyControllerTest.php b/tests/controllers/CurrencyControllerTest.php index b06e1cb67a..64ef026fb7 100644 --- a/tests/controllers/CurrencyControllerTest.php +++ b/tests/controllers/CurrencyControllerTest.php @@ -214,4 +214,4 @@ class CurrencyControllerTest extends TestCase $this->assertResponseStatus(302); $this->assertSessionHas('success'); } -} \ No newline at end of file +} diff --git a/tests/controllers/GoogleChartControllerTest.php b/tests/controllers/GoogleChartControllerTest.php index 89ebf3ef20..ed7bdf2969 100644 --- a/tests/controllers/GoogleChartControllerTest.php +++ b/tests/controllers/GoogleChartControllerTest.php @@ -344,4 +344,4 @@ class GoogleChartControllerTest extends TestCase $this->call('GET', '/chart/reports/income-expenses-sum/2015'); } -} \ No newline at end of file +} diff --git a/tests/controllers/HelpControllerTest.php b/tests/controllers/HelpControllerTest.php index d6a6f23128..91c79255e7 100644 --- a/tests/controllers/HelpControllerTest.php +++ b/tests/controllers/HelpControllerTest.php @@ -95,4 +95,4 @@ class HelpControllerTest extends TestCase $this->call('GET', '/help/accounts.index'); $this->assertResponseOk(); } -} \ No newline at end of file +} diff --git a/tests/controllers/JsonControllerTest.php b/tests/controllers/JsonControllerTest.php index de5c95e6cd..8d34d94b9f 100644 --- a/tests/controllers/JsonControllerTest.php +++ b/tests/controllers/JsonControllerTest.php @@ -224,4 +224,4 @@ class JsonControllerTest extends TestCase $this->assertResponseOk(); } -} \ No newline at end of file +} diff --git a/tests/controllers/PreferencesControllerTest.php b/tests/controllers/PreferencesControllerTest.php index e45178a308..2d843d2bed 100644 --- a/tests/controllers/PreferencesControllerTest.php +++ b/tests/controllers/PreferencesControllerTest.php @@ -82,4 +82,4 @@ class PreferencesControllerTest extends TestCase $this->call('POST', '/preferences', $data); $this->assertResponseStatus(302); } -} \ No newline at end of file +} diff --git a/tests/controllers/ProfileControllerTest.php b/tests/controllers/ProfileControllerTest.php index 8bc447f12b..30bb3b6c70 100644 --- a/tests/controllers/ProfileControllerTest.php +++ b/tests/controllers/ProfileControllerTest.php @@ -167,4 +167,4 @@ class ProfileControllerTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/controllers/ReminderControllerTest.php b/tests/controllers/ReminderControllerTest.php index 43ab7a69c1..db993916b0 100644 --- a/tests/controllers/ReminderControllerTest.php +++ b/tests/controllers/ReminderControllerTest.php @@ -97,4 +97,4 @@ class ReminderControllerTest extends TestCase $this->assertResponseOk(); } -} \ No newline at end of file +} diff --git a/tests/controllers/ReportControllerTest.php b/tests/controllers/ReportControllerTest.php index f75204ef6e..dfe6f6c0a7 100644 --- a/tests/controllers/ReportControllerTest.php +++ b/tests/controllers/ReportControllerTest.php @@ -235,4 +235,4 @@ class ReportControllerTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/controllers/SearchControllerTest.php b/tests/controllers/SearchControllerTest.php index f4c3a6f8b7..0327cbcd07 100644 --- a/tests/controllers/SearchControllerTest.php +++ b/tests/controllers/SearchControllerTest.php @@ -52,4 +52,4 @@ class SearchControllerTest extends TestCase $this->call('GET', '/search?q=Something'); $this->assertResponseOk(); } -} \ No newline at end of file +} diff --git a/tests/controllers/TagControllerTest.php b/tests/controllers/TagControllerTest.php index bdbab15d69..6b50ca1d91 100644 --- a/tests/controllers/TagControllerTest.php +++ b/tests/controllers/TagControllerTest.php @@ -214,4 +214,4 @@ class TagControllerTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/controllers/TransactionControllerTest.php b/tests/controllers/TransactionControllerTest.php index 6902808bc4..6258d8b06a 100644 --- a/tests/controllers/TransactionControllerTest.php +++ b/tests/controllers/TransactionControllerTest.php @@ -360,4 +360,4 @@ class TransactionControllerTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/database/.gitignore b/tests/database/.gitignore index 6a91a439ea..9b1dffd90f 100644 --- a/tests/database/.gitignore +++ b/tests/database/.gitignore @@ -1 +1 @@ -*.sqlite \ No newline at end of file +*.sqlite diff --git a/tests/factories/all.php b/tests/factories/all.php index d00a36ea9a..07a1c1f529 100644 --- a/tests/factories/all.php +++ b/tests/factories/all.php @@ -267,4 +267,4 @@ FactoryMuffin::define( 'encrypted' => '1', 'order' => '0', ] -); \ No newline at end of file +);