diff --git a/app/breadcrumbs.php b/app/breadcrumbs.php index 522c06f048..126c478c30 100644 --- a/app/breadcrumbs.php +++ b/app/breadcrumbs.php @@ -366,4 +366,4 @@ Breadcrumbs::register( $breadcrumbs->push(e($journal->description), route('transactions.show', $journal->id)); } -); \ No newline at end of file +); diff --git a/app/config/compile.php b/app/config/compile.php index b993871588..0b67a5fe47 100644 --- a/app/config/compile.php +++ b/app/config/compile.php @@ -1,3 +1,3 @@ '' -]; \ No newline at end of file +]; diff --git a/app/config/firefly.php b/app/config/firefly.php index 9d886aa4f9..c17ca873e3 100644 --- a/app/config/firefly.php +++ b/app/config/firefly.php @@ -46,4 +46,4 @@ return [ '6M' => 'half-year', 'custom' => 'monthly' ], -]; \ No newline at end of file +]; diff --git a/app/config/homestead/app.php b/app/config/homestead/app.php index b6d461000d..0f1dd6a103 100644 --- a/app/config/homestead/app.php +++ b/app/config/homestead/app.php @@ -12,4 +12,4 @@ return [ */ 'debug' => true, 'log_level' => 'debug', -]; \ No newline at end of file +]; diff --git a/app/config/homestead/database.php b/app/config/homestead/database.php index 29737579f8..d585027ae3 100644 --- a/app/config/homestead/database.php +++ b/app/config/homestead/database.php @@ -34,4 +34,4 @@ return [ ], -]; \ No newline at end of file +]; diff --git a/app/config/testing/app.php b/app/config/testing/app.php index e729eb5ab7..7f9d13d6fb 100644 --- a/app/config/testing/app.php +++ b/app/config/testing/app.php @@ -1,2 +1,2 @@ 'debug',]; \ No newline at end of file +return ['log_level' => 'debug',]; diff --git a/app/config/testing/database.php b/app/config/testing/database.php index 3517df8d20..e0be6a4063 100644 --- a/app/config/testing/database.php +++ b/app/config/testing/database.php @@ -9,4 +9,4 @@ return [ ] ] -]; \ No newline at end of file +]; diff --git a/app/config/testingInMemory/app.php b/app/config/testingInMemory/app.php index e729eb5ab7..7f9d13d6fb 100644 --- a/app/config/testingInMemory/app.php +++ b/app/config/testingInMemory/app.php @@ -1,2 +1,2 @@ 'debug',]; \ No newline at end of file +return ['log_level' => 'debug',]; diff --git a/app/config/testingInMemory/database.php b/app/config/testingInMemory/database.php index 0472797a15..06b50aa143 100644 --- a/app/config/testingInMemory/database.php +++ b/app/config/testingInMemory/database.php @@ -9,4 +9,4 @@ return [ ] ] -]; \ No newline at end of file +]; diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php index 35583db871..b09766ed02 100644 --- a/app/controllers/AccountController.php +++ b/app/controllers/AccountController.php @@ -237,4 +237,4 @@ class AccountController extends BaseController // go back to update screen. return Redirect::route('accounts.edit', $account->id)->withInput(['post_submit_action' => 'return_to_edit']); } -} \ No newline at end of file +} diff --git a/app/controllers/BillController.php b/app/controllers/BillController.php index 092ea2929b..ef25c3ffff 100644 --- a/app/controllers/BillController.php +++ b/app/controllers/BillController.php @@ -202,4 +202,4 @@ class BillController extends BaseController return Redirect::route('bills.edit', $bill->id)->withInput(['post_submit_action' => 'return_to_edit']); } -} \ No newline at end of file +} diff --git a/app/controllers/CategoryController.php b/app/controllers/CategoryController.php index 3f4062ceea..9994e30e2d 100644 --- a/app/controllers/CategoryController.php +++ b/app/controllers/CategoryController.php @@ -169,4 +169,4 @@ class CategoryController extends BaseController } -} \ No newline at end of file +} diff --git a/app/controllers/CurrencyController.php b/app/controllers/CurrencyController.php index 71c3c92b0b..d8c2d5b5d6 100644 --- a/app/controllers/CurrencyController.php +++ b/app/controllers/CurrencyController.php @@ -194,4 +194,4 @@ class CurrencyController extends BaseController } -} \ No newline at end of file +} diff --git a/app/controllers/GoogleChartController.php b/app/controllers/GoogleChartController.php index 88c405d9ed..aadfc8e5a3 100644 --- a/app/controllers/GoogleChartController.php +++ b/app/controllers/GoogleChartController.php @@ -491,4 +491,4 @@ class GoogleChartController extends BaseController return Response::json($this->_chart->getData()); } -} \ No newline at end of file +} diff --git a/app/controllers/HelpController.php b/app/controllers/HelpController.php index 8d5f57155f..813b8faf5c 100644 --- a/app/controllers/HelpController.php +++ b/app/controllers/HelpController.php @@ -51,4 +51,4 @@ class HelpController extends BaseController return Response::json(['title' => $helpTitle, 'text' => $helpText]); } -} \ No newline at end of file +} diff --git a/app/controllers/HomeController.php b/app/controllers/HomeController.php index 163a3bce99..090e24e3a1 100644 --- a/app/controllers/HomeController.php +++ b/app/controllers/HomeController.php @@ -99,4 +99,4 @@ class HomeController extends BaseController return Redirect::intended('/'); } -} \ No newline at end of file +} diff --git a/app/controllers/JsonController.php b/app/controllers/JsonController.php index 094a3fc040..fedc5768d2 100644 --- a/app/controllers/JsonController.php +++ b/app/controllers/JsonController.php @@ -62,4 +62,4 @@ class JsonController extends BaseController return Response::json($return); } -} \ No newline at end of file +} diff --git a/app/controllers/PiggybankController.php b/app/controllers/PiggybankController.php index cc262a9e42..8bf024d9ef 100644 --- a/app/controllers/PiggybankController.php +++ b/app/controllers/PiggybankController.php @@ -353,4 +353,4 @@ class PiggyBankController extends BaseController return Redirect::route('piggy_banks.edit', $piggyBank->id)->withInput(['post_submit_action' => 'return_to_edit']); } -} \ No newline at end of file +} diff --git a/app/controllers/PreferencesController.php b/app/controllers/PreferencesController.php index 6b2b9a08ff..b1a5ca0fc7 100644 --- a/app/controllers/PreferencesController.php +++ b/app/controllers/PreferencesController.php @@ -73,4 +73,4 @@ class PreferencesController extends BaseController return Redirect::route('preferences'); } -} \ No newline at end of file +} diff --git a/app/controllers/ProfileController.php b/app/controllers/ProfileController.php index 19ca37ec0c..e9b397833c 100644 --- a/app/controllers/ProfileController.php +++ b/app/controllers/ProfileController.php @@ -66,4 +66,4 @@ class ProfileController extends BaseController return Redirect::route('profile'); } -} \ No newline at end of file +} diff --git a/app/controllers/ReminderController.php b/app/controllers/ReminderController.php index 9760dedced..7b34fadb04 100644 --- a/app/controllers/ReminderController.php +++ b/app/controllers/ReminderController.php @@ -90,4 +90,4 @@ class ReminderController extends BaseController return View::make('reminders.show', compact('reminder', 'amount')); } -} \ No newline at end of file +} diff --git a/app/controllers/RepeatedExpenseController.php b/app/controllers/RepeatedExpenseController.php index c97e36bc79..652e255578 100644 --- a/app/controllers/RepeatedExpenseController.php +++ b/app/controllers/RepeatedExpenseController.php @@ -224,4 +224,4 @@ class RepeatedExpenseController extends BaseController return Redirect::route('repeated.edit', $repeatedExpense->id)->withInput(['post_submit_action' => 'return_to_edit']); } -} \ No newline at end of file +} diff --git a/app/controllers/ReportController.php b/app/controllers/ReportController.php index 449486e13e..29be01240f 100644 --- a/app/controllers/ReportController.php +++ b/app/controllers/ReportController.php @@ -130,4 +130,4 @@ class ReportController extends BaseController ); } -} \ No newline at end of file +} diff --git a/app/controllers/SearchController.php b/app/controllers/SearchController.php index 978200c8c4..6bcbb73d35 100644 --- a/app/controllers/SearchController.php +++ b/app/controllers/SearchController.php @@ -35,4 +35,4 @@ class SearchController extends BaseController 'mainTitleIcon', 'fa-search' )->with('query', $rawQuery)->with('result', $result); } -} \ No newline at end of file +} diff --git a/app/controllers/TransactionController.php b/app/controllers/TransactionController.php index 3399cc6212..da176b827d 100644 --- a/app/controllers/TransactionController.php +++ b/app/controllers/TransactionController.php @@ -473,4 +473,4 @@ class TransactionController extends BaseController } -} \ No newline at end of file +} diff --git a/app/controllers/UserController.php b/app/controllers/UserController.php index 5ecd6a4ee4..82309e2460 100644 --- a/app/controllers/UserController.php +++ b/app/controllers/UserController.php @@ -161,4 +161,4 @@ class UserController extends BaseController return View::make('error')->with('message', 'No reset code found!'); } -} \ No newline at end of file +} diff --git a/app/database/seeds/AccountTypeSeeder.php b/app/database/seeds/AccountTypeSeeder.php index 50f2d7f101..f0fd27b341 100644 --- a/app/database/seeds/AccountTypeSeeder.php +++ b/app/database/seeds/AccountTypeSeeder.php @@ -38,4 +38,4 @@ class AccountTypeSeeder extends Seeder } -} \ No newline at end of file +} diff --git a/app/database/seeds/DefaultUserSeeder.php b/app/database/seeds/DefaultUserSeeder.php index 237d32e17c..1b40e29097 100644 --- a/app/database/seeds/DefaultUserSeeder.php +++ b/app/database/seeds/DefaultUserSeeder.php @@ -19,4 +19,4 @@ class DefaultUserSeeder extends Seeder } -} \ No newline at end of file +} diff --git a/app/database/seeds/TestContentSeeder.php b/app/database/seeds/TestContentSeeder.php index fa9d5c34ae..e2cdebf7d7 100644 --- a/app/database/seeds/TestContentSeeder.php +++ b/app/database/seeds/TestContentSeeder.php @@ -558,4 +558,4 @@ class TestContentSeeder extends Seeder $group->transactionjournals()->save($one); $group->transactionjournals()->save($two); } -} \ No newline at end of file +} diff --git a/app/database/seeds/TransactionCurrencySeeder.php b/app/database/seeds/TransactionCurrencySeeder.php index 67ae8faba3..6bf2eb7010 100644 --- a/app/database/seeds/TransactionCurrencySeeder.php +++ b/app/database/seeds/TransactionCurrencySeeder.php @@ -15,4 +15,4 @@ class TransactionCurrencySeeder extends Seeder TransactionCurrency::create(['code' => 'HUF','name' => 'Hungarian forint','symbol' => 'Ft']); } -} \ No newline at end of file +} diff --git a/app/database/seeds/TransactionTypeSeeder.php b/app/database/seeds/TransactionTypeSeeder.php index a500ce6c00..cf0e6a5e12 100644 --- a/app/database/seeds/TransactionTypeSeeder.php +++ b/app/database/seeds/TransactionTypeSeeder.php @@ -17,4 +17,4 @@ class TransactionTypeSeeder extends Seeder TransactionType::create(['type' => 'Opening balance']); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Chart/Chart.php b/app/lib/FireflyIII/Chart/Chart.php index 3b97eabbc3..6214e5079a 100644 --- a/app/lib/FireflyIII/Chart/Chart.php +++ b/app/lib/FireflyIII/Chart/Chart.php @@ -72,4 +72,4 @@ class Chart implements ChartInterface 'transactions.amount AS actualAmount'] ); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Chart/ChartInterface.php b/app/lib/FireflyIII/Chart/ChartInterface.php index 5617cf8337..62a2efa868 100644 --- a/app/lib/FireflyIII/Chart/ChartInterface.php +++ b/app/lib/FireflyIII/Chart/ChartInterface.php @@ -28,4 +28,4 @@ interface ChartInterface */ public function getBillsSummary(Carbon $start, Carbon $end); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Collection/PiggybankPart.php b/app/lib/FireflyIII/Collection/PiggybankPart.php index 906f4f21d8..7544e4d8e9 100644 --- a/app/lib/FireflyIII/Collection/PiggybankPart.php +++ b/app/lib/FireflyIII/Collection/PiggybankPart.php @@ -176,4 +176,4 @@ class PiggyBankPart } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Account/AccountInterface.php b/app/lib/FireflyIII/Database/Account/AccountInterface.php index 55c7883865..336df90401 100644 --- a/app/lib/FireflyIII/Database/Account/AccountInterface.php +++ b/app/lib/FireflyIII/Database/Account/AccountInterface.php @@ -91,4 +91,4 @@ interface AccountInterface * @return bool */ public function storeInitialBalance(\Account $account, array $data); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/AccountType/AccountType.php b/app/lib/FireflyIII/Database/AccountType/AccountType.php index 8b3edbb2a0..a2ec514338 100644 --- a/app/lib/FireflyIII/Database/AccountType/AccountType.php +++ b/app/lib/FireflyIII/Database/AccountType/AccountType.php @@ -139,4 +139,4 @@ class AccountType implements CUDInterface, CommonDatabaseCallsInterface // TODO: Implement getByIds() method. throw new NotImplementedException; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Bill/Bill.php b/app/lib/FireflyIII/Database/Bill/Bill.php index 3d0c445a4f..22bc2f2ea0 100644 --- a/app/lib/FireflyIII/Database/Bill/Bill.php +++ b/app/lib/FireflyIII/Database/Bill/Bill.php @@ -309,4 +309,4 @@ class Bill implements CUDInterface, CommonDatabaseCallsInterface, BillInterface return true; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Bill/BillInterface.php b/app/lib/FireflyIII/Database/Bill/BillInterface.php index 7be8a55b73..6c6a247364 100644 --- a/app/lib/FireflyIII/Database/Bill/BillInterface.php +++ b/app/lib/FireflyIII/Database/Bill/BillInterface.php @@ -38,4 +38,4 @@ interface BillInterface */ public function scanEverything(\Bill $bill); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Budget/Budget.php b/app/lib/FireflyIII/Database/Budget/Budget.php index 7c1dd85d3f..f47f745b8f 100644 --- a/app/lib/FireflyIII/Database/Budget/Budget.php +++ b/app/lib/FireflyIII/Database/Budget/Budget.php @@ -372,4 +372,4 @@ class Budget implements CUDInterface, CommonDatabaseCallsInterface, BudgetInterf } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Budget/BudgetInterface.php b/app/lib/FireflyIII/Database/Budget/BudgetInterface.php index 1e1dc36de0..f001cdd7a3 100644 --- a/app/lib/FireflyIII/Database/Budget/BudgetInterface.php +++ b/app/lib/FireflyIII/Database/Budget/BudgetInterface.php @@ -28,4 +28,4 @@ interface BudgetInterface */ public function transactionsWithoutBudgetInDateRange(Carbon $start, Carbon $end); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/CUDInterface.php b/app/lib/FireflyIII/Database/CUDInterface.php index e9bd6d033f..e4f60a6089 100644 --- a/app/lib/FireflyIII/Database/CUDInterface.php +++ b/app/lib/FireflyIII/Database/CUDInterface.php @@ -45,4 +45,4 @@ interface CUDInterface */ public function validate(array $model); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Category/Category.php b/app/lib/FireflyIII/Database/Category/Category.php index c24db39754..a8d1ef3a37 100644 --- a/app/lib/FireflyIII/Database/Category/Category.php +++ b/app/lib/FireflyIII/Database/Category/Category.php @@ -206,4 +206,4 @@ class Category implements CUDInterface, CommonDatabaseCallsInterface return $sum; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/CommonDatabaseCallsInterface.php b/app/lib/FireflyIII/Database/CommonDatabaseCallsInterface.php index 4842eaaf88..6fbf57c68b 100644 --- a/app/lib/FireflyIII/Database/CommonDatabaseCallsInterface.php +++ b/app/lib/FireflyIII/Database/CommonDatabaseCallsInterface.php @@ -44,4 +44,4 @@ interface CommonDatabaseCallsInterface */ public function getByIds(array $objectIds); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/PiggyBank/PiggyBank.php b/app/lib/FireflyIII/Database/PiggyBank/PiggyBank.php index def8a57596..b77f9246bb 100644 --- a/app/lib/FireflyIII/Database/PiggyBank/PiggyBank.php +++ b/app/lib/FireflyIII/Database/PiggyBank/PiggyBank.php @@ -59,4 +59,4 @@ class PiggyBank extends PiggyBankShared implements CUDInterface, CommonDatabaseC { return $this->getUser()->piggyBanks()->where('repeats', 0)->orderBy('name')->get(); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/PiggyBank/PiggyBankShared.php b/app/lib/FireflyIII/Database/PiggyBank/PiggyBankShared.php index c0e552b441..e4be2c7bf5 100644 --- a/app/lib/FireflyIII/Database/PiggyBank/PiggyBankShared.php +++ b/app/lib/FireflyIII/Database/PiggyBank/PiggyBankShared.php @@ -181,4 +181,4 @@ class PiggyBankShared return ['errors' => $errors, 'warnings' => $warnings, 'successes' => $successes]; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/PiggyBank/PiggybankInterface.php b/app/lib/FireflyIII/Database/PiggyBank/PiggybankInterface.php index dbcbea2635..3c26f1c969 100644 --- a/app/lib/FireflyIII/Database/PiggyBank/PiggybankInterface.php +++ b/app/lib/FireflyIII/Database/PiggyBank/PiggybankInterface.php @@ -16,4 +16,4 @@ interface PiggyBankInterface * @return float */ public function leftOnAccount(\Account $account); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/PiggyBank/RepeatedExpense.php b/app/lib/FireflyIII/Database/PiggyBank/RepeatedExpense.php index b6d4a2d837..171b4c7a88 100644 --- a/app/lib/FireflyIII/Database/PiggyBank/RepeatedExpense.php +++ b/app/lib/FireflyIII/Database/PiggyBank/RepeatedExpense.php @@ -119,4 +119,4 @@ class RepeatedExpense extends PiggyBankShared implements CUDInterface, CommonDat return $this->getUser()->piggyBanks()->where('repeats', 1)->get(); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/SwitchUser.php b/app/lib/FireflyIII/Database/SwitchUser.php index 3fa27d3f84..d8c0946274 100644 --- a/app/lib/FireflyIII/Database/SwitchUser.php +++ b/app/lib/FireflyIII/Database/SwitchUser.php @@ -24,4 +24,4 @@ trait SwitchUser { $this->_user = $user; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/Transaction/Transaction.php b/app/lib/FireflyIII/Database/Transaction/Transaction.php index 1f961bbb13..7b3823b93c 100644 --- a/app/lib/FireflyIII/Database/Transaction/Transaction.php +++ b/app/lib/FireflyIII/Database/Transaction/Transaction.php @@ -144,4 +144,4 @@ class Transaction implements CUDInterface, CommonDatabaseCallsInterface // TODO: Implement getByIds() method. throw new NotImplementedException; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrency.php b/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrency.php index 23edb31496..ff6cf9d12c 100644 --- a/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrency.php +++ b/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrency.php @@ -149,4 +149,4 @@ class TransactionCurrency implements TransactionCurrencyInterface, CommonDatabas { return \TransactionCurrency::whereCode($code)->first(); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrencyInterface.php b/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrencyInterface.php index e3026ca6c3..bd2c0a159d 100644 --- a/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrencyInterface.php +++ b/app/lib/FireflyIII/Database/TransactionCurrency/TransactionCurrencyInterface.php @@ -17,4 +17,4 @@ interface TransactionCurrencyInterface */ public function findByCode($code); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournal.php b/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournal.php index 77f91c3812..a10ba47570 100644 --- a/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournal.php +++ b/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournal.php @@ -605,4 +605,4 @@ class TransactionJournal implements TransactionJournalInterface, CUDInterface, C return $query; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournalInterface.php b/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournalInterface.php index 54635e088f..0268d53d81 100644 --- a/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournalInterface.php +++ b/app/lib/FireflyIII/Database/TransactionJournal/TransactionJournalInterface.php @@ -41,4 +41,4 @@ interface TransactionJournalInterface */ public function getSumOfIncomesByMonth(Carbon $date); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/TransactionType/TransactionType.php b/app/lib/FireflyIII/Database/TransactionType/TransactionType.php index 199e94a1df..8312e08a2a 100644 --- a/app/lib/FireflyIII/Database/TransactionType/TransactionType.php +++ b/app/lib/FireflyIII/Database/TransactionType/TransactionType.php @@ -130,4 +130,4 @@ class TransactionType implements CUDInterface, CommonDatabaseCallsInterface // TODO: Implement getByIds() method. throw new NotImplementedException; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Database/User/User.php b/app/lib/FireflyIII/Database/User/User.php index 0c8888d758..f60bfc3037 100644 --- a/app/lib/FireflyIII/Database/User/User.php +++ b/app/lib/FireflyIII/Database/User/User.php @@ -70,4 +70,4 @@ class User return true; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Event/Account.php b/app/lib/FireflyIII/Event/Account.php index bdc87d8e9a..6890d5b1e1 100644 --- a/app/lib/FireflyIII/Event/Account.php +++ b/app/lib/FireflyIII/Event/Account.php @@ -50,4 +50,4 @@ class Account \Cache::forget('account.' . $account->id . '.latestBalance'); \Cache::forget('account.' . $account->id . '.lastActivityDate'); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Event/Budget.php b/app/lib/FireflyIII/Event/Budget.php index f40e02b958..940f87d887 100644 --- a/app/lib/FireflyIII/Event/Budget.php +++ b/app/lib/FireflyIII/Event/Budget.php @@ -64,4 +64,4 @@ class Budget $events->listen('limits.update', 'FireflyIII\Event\Budget@storeOrUpdateLimit'); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Event/Event.php b/app/lib/FireflyIII/Event/Event.php index 74d334fe07..34980e5a8d 100644 --- a/app/lib/FireflyIII/Event/Event.php +++ b/app/lib/FireflyIII/Event/Event.php @@ -42,4 +42,4 @@ class Event // triggers when others are updated. $events->listen('account.destroy', 'FireflyIII\Event\Event@deleteAccount'); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Event/Piggybank.php b/app/lib/FireflyIII/Event/Piggybank.php index f204a7ea8c..5c1960a170 100644 --- a/app/lib/FireflyIII/Event/Piggybank.php +++ b/app/lib/FireflyIII/Event/Piggybank.php @@ -292,4 +292,4 @@ class PiggyBank } } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Event/Transaction.php b/app/lib/FireflyIII/Event/Transaction.php index 2b58b3c97e..9c96070cd0 100644 --- a/app/lib/FireflyIII/Event/Transaction.php +++ b/app/lib/FireflyIII/Event/Transaction.php @@ -52,4 +52,4 @@ class Transaction \Cache::forget('account.' . $transaction->account_id . '.latestBalance'); \Cache::forget('account.' . $transaction->account_id . '.lastActivityDate'); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Event/TransactionJournal.php b/app/lib/FireflyIII/Event/TransactionJournal.php index d58aba6bd0..c7cabb911c 100644 --- a/app/lib/FireflyIII/Event/TransactionJournal.php +++ b/app/lib/FireflyIII/Event/TransactionJournal.php @@ -54,4 +54,4 @@ class TransactionJournal $repository->scan($entry, $journal); } } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Exception/FireflyException.php b/app/lib/FireflyIII/Exception/FireflyException.php index 69890ddfc4..a2d36d3b59 100644 --- a/app/lib/FireflyIII/Exception/FireflyException.php +++ b/app/lib/FireflyIII/Exception/FireflyException.php @@ -11,4 +11,4 @@ namespace FireflyIII\Exception; class FireflyException extends \Exception { -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Exception/NotImplementedException.php b/app/lib/FireflyIII/Exception/NotImplementedException.php index 208566204f..718e394f3e 100644 --- a/app/lib/FireflyIII/Exception/NotImplementedException.php +++ b/app/lib/FireflyIII/Exception/NotImplementedException.php @@ -10,4 +10,4 @@ namespace FireflyIII\Exception; class NotImplementedException extends \Exception { -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Exception/ValidationException.php b/app/lib/FireflyIII/Exception/ValidationException.php index b33a078b1c..77f6de015e 100644 --- a/app/lib/FireflyIII/Exception/ValidationException.php +++ b/app/lib/FireflyIII/Exception/ValidationException.php @@ -9,4 +9,4 @@ namespace FireflyIII\Exception; class ValidationException extends \Exception { -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/FF3ServiceProvider.php b/app/lib/FireflyIII/FF3ServiceProvider.php index 14e8682d9b..18ad6a4612 100644 --- a/app/lib/FireflyIII/FF3ServiceProvider.php +++ b/app/lib/FireflyIII/FF3ServiceProvider.php @@ -118,4 +118,4 @@ class FF3ServiceProvider extends ServiceProvider ); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Form/Form.php b/app/lib/FireflyIII/Form/Form.php index 55e20004fa..c44683a674 100644 --- a/app/lib/FireflyIII/Form/Form.php +++ b/app/lib/FireflyIII/Form/Form.php @@ -379,4 +379,4 @@ class Form return self::ffInput('text', $name, $value, $options); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Helper/TransactionJournal/Helper.php b/app/lib/FireflyIII/Helper/TransactionJournal/Helper.php index b0a9496cdf..304cef0c5d 100644 --- a/app/lib/FireflyIII/Helper/TransactionJournal/Helper.php +++ b/app/lib/FireflyIII/Helper/TransactionJournal/Helper.php @@ -90,4 +90,4 @@ class Helper implements HelperInterface } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Helper/TransactionJournal/HelperInterface.php b/app/lib/FireflyIII/Helper/TransactionJournal/HelperInterface.php index b500d206a1..f49046a42a 100644 --- a/app/lib/FireflyIII/Helper/TransactionJournal/HelperInterface.php +++ b/app/lib/FireflyIII/Helper/TransactionJournal/HelperInterface.php @@ -49,4 +49,4 @@ interface HelperInterface */ public function getRepeatedExpenses(); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Report/Report.php b/app/lib/FireflyIII/Report/Report.php index 2c91e217ec..dd396b6cc8 100644 --- a/app/lib/FireflyIII/Report/Report.php +++ b/app/lib/FireflyIII/Report/Report.php @@ -442,4 +442,4 @@ class Report implements ReportInterface return $report; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Report/ReportHelper.php b/app/lib/FireflyIII/Report/ReportHelper.php index feea4ad0fb..d2e79b6d8f 100644 --- a/app/lib/FireflyIII/Report/ReportHelper.php +++ b/app/lib/FireflyIII/Report/ReportHelper.php @@ -139,4 +139,4 @@ class ReportHelper implements ReportHelperInterface return $array; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Report/ReportHelperInterface.php b/app/lib/FireflyIII/Report/ReportHelperInterface.php index 80dcd648e6..828e322603 100644 --- a/app/lib/FireflyIII/Report/ReportHelperInterface.php +++ b/app/lib/FireflyIII/Report/ReportHelperInterface.php @@ -61,4 +61,4 @@ interface ReportHelperInterface */ public function sortNegativeArray(array $array); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Report/ReportInterface.php b/app/lib/FireflyIII/Report/ReportInterface.php index 73658f652f..1f50e9bf4e 100644 --- a/app/lib/FireflyIII/Report/ReportInterface.php +++ b/app/lib/FireflyIII/Report/ReportInterface.php @@ -106,4 +106,4 @@ interface ReportInterface * @return array */ public function yearBalanceReport(Carbon $date); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Report/ReportQuery.php b/app/lib/FireflyIII/Report/ReportQuery.php index 2e5addf156..c224c80ea0 100644 --- a/app/lib/FireflyIII/Report/ReportQuery.php +++ b/app/lib/FireflyIII/Report/ReportQuery.php @@ -401,4 +401,4 @@ class ReportQuery implements ReportQueryInterface ] ); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Report/ReportQueryInterface.php b/app/lib/FireflyIII/Report/ReportQueryInterface.php index bed6501e71..6a729480f6 100644 --- a/app/lib/FireflyIII/Report/ReportQueryInterface.php +++ b/app/lib/FireflyIII/Report/ReportQueryInterface.php @@ -130,4 +130,4 @@ interface ReportQueryInterface */ public function sharedExpensesByCategory(Carbon $start, Carbon $end); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Search/Search.php b/app/lib/FireflyIII/Search/Search.php index fb7b648cec..4324223d14 100644 --- a/app/lib/FireflyIII/Search/Search.php +++ b/app/lib/FireflyIII/Search/Search.php @@ -104,4 +104,4 @@ class Search } )->get(); } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Facade/DateKit.php b/app/lib/FireflyIII/Shared/Facade/DateKit.php index 3a0e75ca7e..afe493b866 100644 --- a/app/lib/FireflyIII/Shared/Facade/DateKit.php +++ b/app/lib/FireflyIII/Shared/Facade/DateKit.php @@ -21,4 +21,4 @@ class DateKit extends Facade return 'datekit'; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Facade/FFForm.php b/app/lib/FireflyIII/Shared/Facade/FFForm.php index c5aefd74b8..a060d40eca 100644 --- a/app/lib/FireflyIII/Shared/Facade/FFForm.php +++ b/app/lib/FireflyIII/Shared/Facade/FFForm.php @@ -21,4 +21,4 @@ class FFForm extends Facade return 'ffform'; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Facade/Filter.php b/app/lib/FireflyIII/Shared/Facade/Filter.php index f37019bb56..9d07258b87 100644 --- a/app/lib/FireflyIII/Shared/Facade/Filter.php +++ b/app/lib/FireflyIII/Shared/Facade/Filter.php @@ -21,4 +21,4 @@ class Filter extends Facade return 'filter'; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Facade/Navigation.php b/app/lib/FireflyIII/Shared/Facade/Navigation.php index 19892870fa..7cce6f33c6 100644 --- a/app/lib/FireflyIII/Shared/Facade/Navigation.php +++ b/app/lib/FireflyIII/Shared/Facade/Navigation.php @@ -21,4 +21,4 @@ class Navigation extends Facade return 'navigation'; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Facade/Reminders.php b/app/lib/FireflyIII/Shared/Facade/Reminders.php index b0052a11b7..83eb38905b 100644 --- a/app/lib/FireflyIII/Shared/Facade/Reminders.php +++ b/app/lib/FireflyIII/Shared/Facade/Reminders.php @@ -21,4 +21,4 @@ class Reminders extends Facade return 'reminders'; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Facade/Steam.php b/app/lib/FireflyIII/Shared/Facade/Steam.php index 2d5b6b8d86..b5f0cb98ca 100644 --- a/app/lib/FireflyIII/Shared/Facade/Steam.php +++ b/app/lib/FireflyIII/Shared/Facade/Steam.php @@ -21,4 +21,4 @@ class Steam extends Facade return 'steam'; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Mail/Registration.php b/app/lib/FireflyIII/Shared/Mail/Registration.php index f73c835ef5..4a8367c408 100644 --- a/app/lib/FireflyIII/Shared/Mail/Registration.php +++ b/app/lib/FireflyIII/Shared/Mail/Registration.php @@ -87,4 +87,4 @@ class Registration implements RegistrationInterface } } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Mail/RegistrationInterface.php b/app/lib/FireflyIII/Shared/Mail/RegistrationInterface.php index 0741757b4e..df104cc50a 100644 --- a/app/lib/FireflyIII/Shared/Mail/RegistrationInterface.php +++ b/app/lib/FireflyIII/Shared/Mail/RegistrationInterface.php @@ -31,4 +31,4 @@ interface RegistrationInterface */ public function sendVerificationMail(\User $user); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Preferences/Preferences.php b/app/lib/FireflyIII/Shared/Preferences/Preferences.php index 40c4ec35f7..85ab05cbc7 100644 --- a/app/lib/FireflyIII/Shared/Preferences/Preferences.php +++ b/app/lib/FireflyIII/Shared/Preferences/Preferences.php @@ -51,4 +51,4 @@ class Preferences implements PreferencesInterface return $pref; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Preferences/PreferencesInterface.php b/app/lib/FireflyIII/Shared/Preferences/PreferencesInterface.php index 1a3cb217eb..3dd5606235 100644 --- a/app/lib/FireflyIII/Shared/Preferences/PreferencesInterface.php +++ b/app/lib/FireflyIII/Shared/Preferences/PreferencesInterface.php @@ -26,4 +26,4 @@ interface PreferencesInterface */ public function set($name, $value); -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Toolkit/Filter.php b/app/lib/FireflyIII/Shared/Toolkit/Filter.php index 0db6bb5d8a..9be82e313a 100644 --- a/app/lib/FireflyIII/Shared/Toolkit/Filter.php +++ b/app/lib/FireflyIII/Shared/Toolkit/Filter.php @@ -266,4 +266,4 @@ class Filter return $date; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Toolkit/Form.php b/app/lib/FireflyIII/Shared/Toolkit/Form.php index 65310b1be4..55457dc7d5 100644 --- a/app/lib/FireflyIII/Shared/Toolkit/Form.php +++ b/app/lib/FireflyIII/Shared/Toolkit/Form.php @@ -42,4 +42,4 @@ class Form return $selectList; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Toolkit/Navigation.php b/app/lib/FireflyIII/Shared/Toolkit/Navigation.php index b9c7db5bde..ce99351190 100644 --- a/app/lib/FireflyIII/Shared/Toolkit/Navigation.php +++ b/app/lib/FireflyIII/Shared/Toolkit/Navigation.php @@ -66,4 +66,4 @@ class Navigation return true; } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Toolkit/Reminders.php b/app/lib/FireflyIII/Shared/Toolkit/Reminders.php index f545d4fb73..fe3b40ed9b 100644 --- a/app/lib/FireflyIII/Shared/Toolkit/Reminders.php +++ b/app/lib/FireflyIII/Shared/Toolkit/Reminders.php @@ -98,4 +98,4 @@ class Reminders } } } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Toolkit/Steam.php b/app/lib/FireflyIII/Shared/Toolkit/Steam.php index b4bd26aa18..4348456b4d 100644 --- a/app/lib/FireflyIII/Shared/Toolkit/Steam.php +++ b/app/lib/FireflyIII/Shared/Toolkit/Steam.php @@ -59,4 +59,4 @@ class Steam } } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Validation/FireflyValidator.php b/app/lib/FireflyIII/Shared/Validation/FireflyValidator.php index 4b656d2723..544174a1c5 100644 --- a/app/lib/FireflyIII/Shared/Validation/FireflyValidator.php +++ b/app/lib/FireflyIII/Shared/Validation/FireflyValidator.php @@ -26,4 +26,4 @@ class FireflyValidator extends Validator return true; } } -} \ No newline at end of file +} diff --git a/app/lib/FireflyIII/Shared/Validation/ValidationServiceProvider.php b/app/lib/FireflyIII/Shared/Validation/ValidationServiceProvider.php index 96a421aeca..b8bc15ac2b 100644 --- a/app/lib/FireflyIII/Shared/Validation/ValidationServiceProvider.php +++ b/app/lib/FireflyIII/Shared/Validation/ValidationServiceProvider.php @@ -24,4 +24,4 @@ class ValidationServiceProvider extends ServiceProvider public function register() { } -} \ No newline at end of file +} diff --git a/app/models/Account.php b/app/models/Account.php index b811e3d23e..a579ff862e 100644 --- a/app/models/Account.php +++ b/app/models/Account.php @@ -141,4 +141,4 @@ class Account extends Eloquent } -} \ No newline at end of file +} diff --git a/app/models/AccountMeta.php b/app/models/AccountMeta.php index 40314b761a..5a481a2c90 100644 --- a/app/models/AccountMeta.php +++ b/app/models/AccountMeta.php @@ -48,4 +48,4 @@ class AccountMeta extends Eloquent $this->attributes['data'] = json_encode($value); } -} \ No newline at end of file +} diff --git a/app/models/AccountType.php b/app/models/AccountType.php index 2d3f968198..eb3f495e87 100644 --- a/app/models/AccountType.php +++ b/app/models/AccountType.php @@ -22,4 +22,4 @@ class AccountType extends Eloquent { return $this->hasMany('Account'); } -} \ No newline at end of file +} diff --git a/app/models/Bill.php b/app/models/Bill.php index a7f0da04a2..586d1146c1 100644 --- a/app/models/Bill.php +++ b/app/models/Bill.php @@ -114,4 +114,4 @@ class Bill extends Eloquent { return $this->belongsTo('User'); } -} \ No newline at end of file +} diff --git a/app/models/Budget.php b/app/models/Budget.php index f5860dd3cd..83368d9143 100644 --- a/app/models/Budget.php +++ b/app/models/Budget.php @@ -47,4 +47,4 @@ class Budget extends Eloquent return $this->belongsTo('User'); } -} \ No newline at end of file +} diff --git a/app/models/BudgetLimit.php b/app/models/BudgetLimit.php index 93f4665d5d..7c21bb74e9 100644 --- a/app/models/BudgetLimit.php +++ b/app/models/BudgetLimit.php @@ -49,4 +49,4 @@ class BudgetLimit extends Eloquent } -} \ No newline at end of file +} diff --git a/app/models/Category.php b/app/models/Category.php index 4c68e41e65..dab2639a0b 100644 --- a/app/models/Category.php +++ b/app/models/Category.php @@ -46,4 +46,4 @@ class Category extends Eloquent { return $this->belongsTo('User'); } -} \ No newline at end of file +} diff --git a/app/models/Component.php b/app/models/Component.php index 151233d950..e09edbe19b 100644 --- a/app/models/Component.php +++ b/app/models/Component.php @@ -17,4 +17,4 @@ class Component extends Eloquent protected $fillable = ['name', 'user_id','class']; protected $table = 'components'; use ValidatingTrait; -} \ No newline at end of file +} diff --git a/app/models/LimitRepetition.php b/app/models/LimitRepetition.php index 9faa85968d..4d38d9054f 100644 --- a/app/models/LimitRepetition.php +++ b/app/models/LimitRepetition.php @@ -53,4 +53,4 @@ class LimitRepetition extends Eloquent return floatval($sum); } -} \ No newline at end of file +} diff --git a/app/models/Piggybank.php b/app/models/Piggybank.php index 23b3b703fb..55be709037 100644 --- a/app/models/Piggybank.php +++ b/app/models/Piggybank.php @@ -149,4 +149,4 @@ class PiggyBank extends Eloquent { return $this->morphMany('Reminder', 'remindersable'); } -} \ No newline at end of file +} diff --git a/app/models/PiggybankEvent.php b/app/models/PiggybankEvent.php index b159ab360b..1861c45319 100644 --- a/app/models/PiggybankEvent.php +++ b/app/models/PiggybankEvent.php @@ -39,4 +39,4 @@ class PiggyBankEvent extends Eloquent return $this->belongsTo('TransactionJournal'); } -} \ No newline at end of file +} diff --git a/app/models/PiggybankRepetition.php b/app/models/PiggybankRepetition.php index c3ca79f0e7..a12a5b53a3 100644 --- a/app/models/PiggybankRepetition.php +++ b/app/models/PiggybankRepetition.php @@ -51,4 +51,4 @@ class PiggyBankRepetition extends Eloquent } -} \ No newline at end of file +} diff --git a/app/models/Preference.php b/app/models/Preference.php index d56e0304e3..b3e12a7ec6 100644 --- a/app/models/Preference.php +++ b/app/models/Preference.php @@ -38,4 +38,4 @@ class Preference extends Eloquent return $this->belongsTo('User'); } -} \ No newline at end of file +} diff --git a/app/models/Reminder.php b/app/models/Reminder.php index 372ba5d058..8ea1b8dddb 100644 --- a/app/models/Reminder.php +++ b/app/models/Reminder.php @@ -53,4 +53,4 @@ class Reminder extends Eloquent } -} \ No newline at end of file +} diff --git a/app/models/Transaction.php b/app/models/Transaction.php index 7504215ea6..d641262004 100644 --- a/app/models/Transaction.php +++ b/app/models/Transaction.php @@ -111,4 +111,4 @@ class Transaction extends Eloquent { return $this->belongsTo('TransactionJournal'); } -} \ No newline at end of file +} diff --git a/app/models/TransactionCurrency.php b/app/models/TransactionCurrency.php index 8f55b14be6..a72d8168df 100644 --- a/app/models/TransactionCurrency.php +++ b/app/models/TransactionCurrency.php @@ -26,4 +26,4 @@ class TransactionCurrency extends Eloquent return $this->hasMany('TransactionJournal'); } -} \ No newline at end of file +} diff --git a/app/models/TransactionGroup.php b/app/models/TransactionGroup.php index 6e35577046..dea100af17 100644 --- a/app/models/TransactionGroup.php +++ b/app/models/TransactionGroup.php @@ -42,4 +42,4 @@ class TransactionGroup extends Eloquent } -} \ No newline at end of file +} diff --git a/app/models/TransactionJournal.php b/app/models/TransactionJournal.php index 0cf88ad00d..8d2c86f31c 100644 --- a/app/models/TransactionJournal.php +++ b/app/models/TransactionJournal.php @@ -240,4 +240,4 @@ class TransactionJournal extends Eloquent return $this->belongsTo('User'); } -} \ No newline at end of file +} diff --git a/app/models/TransactionRelation.php b/app/models/TransactionRelation.php index b9f93873b3..cd34f354e9 100644 --- a/app/models/TransactionRelation.php +++ b/app/models/TransactionRelation.php @@ -7,4 +7,4 @@ use \Illuminate\Database\Eloquent\Model as Eloquent; class TransactionRelation extends Eloquent { -} \ No newline at end of file +} diff --git a/app/models/TransactionType.php b/app/models/TransactionType.php index 9cd87fb280..3e17b3c407 100644 --- a/app/models/TransactionType.php +++ b/app/models/TransactionType.php @@ -19,4 +19,4 @@ class TransactionType extends Eloquent return $this->hasMany('TransactionJournal'); } -} \ No newline at end of file +} diff --git a/app/models/User.php b/app/models/User.php index 810ac6c25c..a3dc1a47ce 100644 --- a/app/models/User.php +++ b/app/models/User.php @@ -99,4 +99,4 @@ class User extends Eloquent implements UserInterface, RemindableInterface } -} \ No newline at end of file +} diff --git a/app/routes.php b/app/routes.php index 11b3edf0a4..0aa5b61cd5 100644 --- a/app/routes.php +++ b/app/routes.php @@ -381,4 +381,4 @@ Route::group( Route::post('/register', ['uses' => 'UserController@postRegister', 'as' => 'register.post','before' => 'allow-register']); Route::post('/remindMe', ['uses' => 'UserController@postRemindMe', 'as' => 'remindMe.post']); } -); \ No newline at end of file +); diff --git a/app/start/artisan.php b/app/start/artisan.php index 3b223f16ec..8e36314924 100644 --- a/app/start/artisan.php +++ b/app/start/artisan.php @@ -11,4 +11,4 @@ | */ -Artisan::add(new Cleanup); \ No newline at end of file +Artisan::add(new Cleanup); diff --git a/app/start/local.php b/app/start/local.php index 3d14850913..3d9949b800 100644 --- a/app/start/local.php +++ b/app/start/local.php @@ -1,3 +1,3 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/accounts/delete.blade.php b/app/views/accounts/delete.blade.php index 0f60d5298d..017224a1fd 100644 --- a/app/views/accounts/delete.blade.php +++ b/app/views/accounts/delete.blade.php @@ -30,4 +30,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/accounts/edit.blade.php b/app/views/accounts/edit.blade.php index cfa7c3357a..547068fae8 100644 --- a/app/views/accounts/edit.blade.php +++ b/app/views/accounts/edit.blade.php @@ -47,4 +47,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/accounts/index.blade.php b/app/views/accounts/index.blade.php index 5c2416ab00..69fb63340e 100644 --- a/app/views/accounts/index.blade.php +++ b/app/views/accounts/index.blade.php @@ -40,4 +40,4 @@ {{HTML::script('assets/javascript/firefly/accounts.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/accounts/show.blade.php b/app/views/accounts/show.blade.php index b7da493119..87297603f8 100644 --- a/app/views/accounts/show.blade.php +++ b/app/views/accounts/show.blade.php @@ -59,4 +59,4 @@ {{HTML::script('assets/javascript/firefly/gcharts.options.js')}} {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/accounts.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/bills/create.blade.php b/app/views/bills/create.blade.php index 823716451d..f2ddc3b828 100644 --- a/app/views/bills/create.blade.php +++ b/app/views/bills/create.blade.php @@ -61,4 +61,4 @@ @section('scripts') {{HTML::script('assets/javascript/tagsinput/bootstrap-tagsinput.min.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/bills/delete.blade.php b/app/views/bills/delete.blade.php index ad312dd11b..801db34b94 100644 --- a/app/views/bills/delete.blade.php +++ b/app/views/bills/delete.blade.php @@ -34,4 +34,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/bills/edit.blade.php b/app/views/bills/edit.blade.php index 9e55131576..e68d445918 100644 --- a/app/views/bills/edit.blade.php +++ b/app/views/bills/edit.blade.php @@ -59,4 +59,4 @@ @stop @section('scripts') {{HTML::script('assets/javascript/tagsinput/bootstrap-tagsinput.min.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/bills/index.blade.php b/app/views/bills/index.blade.php index a408c29344..3e1b231ec4 100644 --- a/app/views/bills/index.blade.php +++ b/app/views/bills/index.blade.php @@ -17,4 +17,4 @@ @stop @section('scripts') -@stop \ No newline at end of file +@stop diff --git a/app/views/bills/show.blade.php b/app/views/bills/show.blade.php index 366c0ca667..023b3dd515 100644 --- a/app/views/bills/show.blade.php +++ b/app/views/bills/show.blade.php @@ -114,4 +114,4 @@ {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/bills.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/budgets/delete.blade.php b/app/views/budgets/delete.blade.php index fde512aa42..1e8a1a68d7 100644 --- a/app/views/budgets/delete.blade.php +++ b/app/views/budgets/delete.blade.php @@ -34,4 +34,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/budgets/income.blade.php b/app/views/budgets/income.blade.php index 803b2ce8d5..713c61a20c 100644 --- a/app/views/budgets/income.blade.php +++ b/app/views/budgets/income.blade.php @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/app/views/budgets/index.blade.php b/app/views/budgets/index.blade.php index 60aa1d4d03..556a6fc6f1 100644 --- a/app/views/budgets/index.blade.php +++ b/app/views/budgets/index.blade.php @@ -139,4 +139,4 @@ @stop @section('scripts') {{HTML::script('assets/javascript/firefly/budgets.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/budgets/show.blade.php b/app/views/budgets/show.blade.php index 7228e03054..4b4d983082 100644 --- a/app/views/budgets/show.blade.php +++ b/app/views/budgets/show.blade.php @@ -87,4 +87,4 @@ {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/budgets.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/categories/delete.blade.php b/app/views/categories/delete.blade.php index 399e2762fd..52d457b457 100644 --- a/app/views/categories/delete.blade.php +++ b/app/views/categories/delete.blade.php @@ -34,4 +34,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/categories/edit.blade.php b/app/views/categories/edit.blade.php index 24123a7103..69987b85a6 100644 --- a/app/views/categories/edit.blade.php +++ b/app/views/categories/edit.blade.php @@ -35,4 +35,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/categories/index.blade.php b/app/views/categories/index.blade.php index 8a0a4034b1..e9ed09213e 100644 --- a/app/views/categories/index.blade.php +++ b/app/views/categories/index.blade.php @@ -36,4 +36,4 @@ {{HTML::script('assets/javascript/firefly/gcharts.options.js')}} {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/categories.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/categories/show.blade.php b/app/views/categories/show.blade.php index a80f0a9bb5..66e091427d 100644 --- a/app/views/categories/show.blade.php +++ b/app/views/categories/show.blade.php @@ -40,4 +40,4 @@ {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/categories.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/currency/create.blade.php b/app/views/currency/create.blade.php index 4ce88ea5a0..1cca5bee88 100644 --- a/app/views/currency/create.blade.php +++ b/app/views/currency/create.blade.php @@ -37,4 +37,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/currency/delete.blade.php b/app/views/currency/delete.blade.php index ea333c6641..8fd0af69aa 100644 --- a/app/views/currency/delete.blade.php +++ b/app/views/currency/delete.blade.php @@ -22,4 +22,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/currency/edit.blade.php b/app/views/currency/edit.blade.php index f9482210b4..246f9d5c9d 100644 --- a/app/views/currency/edit.blade.php +++ b/app/views/currency/edit.blade.php @@ -37,4 +37,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/currency/index.blade.php b/app/views/currency/index.blade.php index f7f3a09367..fdbe0e66ea 100644 --- a/app/views/currency/index.blade.php +++ b/app/views/currency/index.blade.php @@ -64,4 +64,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/emails/user/register-html.blade.php b/app/views/emails/user/register-html.blade.php index b130d167a1..e81ca6d95e 100644 --- a/app/views/emails/user/register-html.blade.php +++ b/app/views/emails/user/register-html.blade.php @@ -16,4 +16,4 @@

- \ No newline at end of file + diff --git a/app/views/emails/user/register-text.blade.php b/app/views/emails/user/register-text.blade.php index 7cfa0e4735..0993031a88 100644 --- a/app/views/emails/user/register-text.blade.php +++ b/app/views/emails/user/register-text.blade.php @@ -2,4 +2,4 @@ Hi! Here's the password you need to login at Firefly: {{$password}} -Cya! \ No newline at end of file +Cya! diff --git a/app/views/emails/user/verify-html.blade.php b/app/views/emails/user/verify-html.blade.php index 961b9c79ac..90b477e351 100644 --- a/app/views/emails/user/verify-html.blade.php +++ b/app/views/emails/user/verify-html.blade.php @@ -16,4 +16,4 @@

- \ No newline at end of file + diff --git a/app/views/emails/user/verify-text.blade.php b/app/views/emails/user/verify-text.blade.php index 5b82b79d99..27f1d553a0 100644 --- a/app/views/emails/user/verify-text.blade.php +++ b/app/views/emails/user/verify-text.blade.php @@ -4,4 +4,4 @@ To verify your registration, please verify your e-mail address: {{route('reset',$reset)}} -Cya! \ No newline at end of file +Cya! diff --git a/app/views/error.blade.php b/app/views/error.blade.php index 27aff067df..4140018572 100644 --- a/app/views/error.blade.php +++ b/app/views/error.blade.php @@ -13,4 +13,4 @@ {{$message or 'General unknown errror'}} -@stop \ No newline at end of file +@stop diff --git a/app/views/index.blade.php b/app/views/index.blade.php index d27739d9bd..68bf2afa13 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -126,4 +126,4 @@ {{HTML::script('assets/javascript/firefly/index.js')}} @stop @section('styles') -@stop \ No newline at end of file +@stop diff --git a/app/views/layouts/default.blade.php b/app/views/layouts/default.blade.php index ffad378639..17595c0643 100644 --- a/app/views/layouts/default.blade.php +++ b/app/views/layouts/default.blade.php @@ -93,4 +93,4 @@ {{HTML::script('assets/javascript/firefly/help.js')}} @yield('scripts') - \ No newline at end of file + diff --git a/app/views/layouts/guest.blade.php b/app/views/layouts/guest.blade.php index 85966199ce..6b5a7d023b 100644 --- a/app/views/layouts/guest.blade.php +++ b/app/views/layouts/guest.blade.php @@ -27,4 +27,4 @@ @yield('content') - \ No newline at end of file + diff --git a/app/views/list/accounts.blade.php b/app/views/list/accounts.blade.php index b7976d4df3..4ccf4f36eb 100644 --- a/app/views/list/accounts.blade.php +++ b/app/views/list/accounts.blade.php @@ -35,4 +35,4 @@ @endforeach - \ No newline at end of file + diff --git a/app/views/list/bills.blade.php b/app/views/list/bills.blade.php index 1e4839a20a..70c7989d84 100644 --- a/app/views/list/bills.blade.php +++ b/app/views/list/bills.blade.php @@ -70,4 +70,4 @@ @endforeach - \ No newline at end of file + diff --git a/app/views/list/categories.blade.php b/app/views/list/categories.blade.php index 6cfdb19eb2..29e6d7e27f 100644 --- a/app/views/list/categories.blade.php +++ b/app/views/list/categories.blade.php @@ -25,4 +25,4 @@ @endforeach - \ No newline at end of file + diff --git a/app/views/list/journals-full.blade.php b/app/views/list/journals-full.blade.php index c97a4ca210..e5982e24ae 100644 --- a/app/views/list/journals-full.blade.php +++ b/app/views/list/journals-full.blade.php @@ -117,4 +117,4 @@ @if(is_object($journals) && method_exists($journals, 'links')) {{$journals->links()}} -@endif \ No newline at end of file +@endif diff --git a/app/views/list/journals-small.blade.php b/app/views/list/journals-small.blade.php index 5643db3ad0..113b4224a7 100644 --- a/app/views/list/journals-small.blade.php +++ b/app/views/list/journals-small.blade.php @@ -37,4 +37,4 @@ @endif - \ No newline at end of file + diff --git a/app/views/list/journals-tiny.blade.php b/app/views/list/journals-tiny.blade.php index ff369db70c..c4380ca00c 100644 --- a/app/views/list/journals-tiny.blade.php +++ b/app/views/list/journals-tiny.blade.php @@ -32,4 +32,4 @@ @endforeach - \ No newline at end of file + diff --git a/app/views/list/piggy-bank-events.blade.php b/app/views/list/piggy-bank-events.blade.php index 9dad0362c7..bbd39d9798 100644 --- a/app/views/list/piggy-bank-events.blade.php +++ b/app/views/list/piggy-bank-events.blade.php @@ -30,4 +30,4 @@ @endforeach - \ No newline at end of file + diff --git a/app/views/partials/date_nav.blade.php b/app/views/partials/date_nav.blade.php index 7cce808a0d..1230471443 100644 --- a/app/views/partials/date_nav.blade.php +++ b/app/views/partials/date_nav.blade.php @@ -25,4 +25,4 @@ {{{\Session::get('next')}}} - \ No newline at end of file + diff --git a/app/views/partials/flashes.blade.php b/app/views/partials/flashes.blade.php index e9d28fd3a2..e97d346de0 100644 --- a/app/views/partials/flashes.blade.php +++ b/app/views/partials/flashes.blade.php @@ -24,4 +24,4 @@ Error! {{{Session::get('error')}}} -@endif \ No newline at end of file +@endif diff --git a/app/views/piggy_banks/add.blade.php b/app/views/piggy_banks/add.blade.php index 7dddbeb4b2..f9680880e7 100644 --- a/app/views/piggy_banks/add.blade.php +++ b/app/views/piggy_banks/add.blade.php @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/app/views/piggy_banks/delete.blade.php b/app/views/piggy_banks/delete.blade.php index 6943692500..790ee835bd 100644 --- a/app/views/piggy_banks/delete.blade.php +++ b/app/views/piggy_banks/delete.blade.php @@ -34,4 +34,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/piggy_banks/index.blade.php b/app/views/piggy_banks/index.blade.php index 5c99d9951e..ea6009201d 100644 --- a/app/views/piggy_banks/index.blade.php +++ b/app/views/piggy_banks/index.blade.php @@ -129,4 +129,4 @@ @stop @section('scripts') {{HTML::script('assets/javascript/firefly/piggy_banks.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/piggy_banks/remove.blade.php b/app/views/piggy_banks/remove.blade.php index 09e3c1f1bb..4d157a8287 100644 --- a/app/views/piggy_banks/remove.blade.php +++ b/app/views/piggy_banks/remove.blade.php @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/app/views/preferences/index.blade.php b/app/views/preferences/index.blade.php index d57aa6636b..9a567a97e1 100644 --- a/app/views/preferences/index.blade.php +++ b/app/views/preferences/index.blade.php @@ -102,4 +102,4 @@ @stop @section('scripts') -@stop \ No newline at end of file +@stop diff --git a/app/views/profile/change-password.blade.php b/app/views/profile/change-password.blade.php index 8cbcc0f8f9..3b15e68988 100644 --- a/app/views/profile/change-password.blade.php +++ b/app/views/profile/change-password.blade.php @@ -41,4 +41,4 @@ @stop @section('scripts') -@stop \ No newline at end of file +@stop diff --git a/app/views/profile/index.blade.php b/app/views/profile/index.blade.php index 14abe537dd..ef0440ffd5 100644 --- a/app/views/profile/index.blade.php +++ b/app/views/profile/index.blade.php @@ -15,4 +15,4 @@ @stop @section('scripts') -@stop \ No newline at end of file +@stop diff --git a/app/views/reminders/show.blade.php b/app/views/reminders/show.blade.php index 115c9aaf24..76cdd56b23 100644 --- a/app/views/reminders/show.blade.php +++ b/app/views/reminders/show.blade.php @@ -29,4 +29,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/repeatedExpense/delete.blade.php b/app/views/repeatedExpense/delete.blade.php index 0c1e15277b..518278e74a 100644 --- a/app/views/repeatedExpense/delete.blade.php +++ b/app/views/repeatedExpense/delete.blade.php @@ -34,4 +34,4 @@ {{Form::close()}} -@stop \ No newline at end of file +@stop diff --git a/app/views/repeatedExpense/index.blade.php b/app/views/repeatedExpense/index.blade.php index 496107e0bf..e8167c42b6 100644 --- a/app/views/repeatedExpense/index.blade.php +++ b/app/views/repeatedExpense/index.blade.php @@ -67,4 +67,4 @@ @stop @section('scripts') -@stop \ No newline at end of file +@stop diff --git a/app/views/repeatedExpense/show.blade.php b/app/views/repeatedExpense/show.blade.php index bce4474181..bc3e5154fa 100644 --- a/app/views/repeatedExpense/show.blade.php +++ b/app/views/repeatedExpense/show.blade.php @@ -58,4 +58,4 @@ @endforeach -@stop \ No newline at end of file +@stop diff --git a/app/views/reports/budget.blade.php b/app/views/reports/budget.blade.php index 86b15e7123..52f64e6a61 100644 --- a/app/views/reports/budget.blade.php +++ b/app/views/reports/budget.blade.php @@ -153,4 +153,4 @@ @stop @section('scripts') {{HTML::script('assets/javascript/firefly/reports.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/reports/index.blade.php b/app/views/reports/index.blade.php index 80e6180f36..75980f7376 100644 --- a/app/views/reports/index.blade.php +++ b/app/views/reports/index.blade.php @@ -47,4 +47,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/reports/month.blade.php b/app/views/reports/month.blade.php index 30366bcee5..9699f02ea0 100644 --- a/app/views/reports/month.blade.php +++ b/app/views/reports/month.blade.php @@ -194,4 +194,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/reports/year.blade.php b/app/views/reports/year.blade.php index e7fc7c5d7a..10a332bf67 100644 --- a/app/views/reports/year.blade.php +++ b/app/views/reports/year.blade.php @@ -161,4 +161,4 @@ var currencyCode = '{{getCurrencyCode()}}'; {{HTML::script('assets/javascript/firefly/reports.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/search/index.blade.php b/app/views/search/index.blade.php index d1431ebe73..c6f6f16a4b 100644 --- a/app/views/search/index.blade.php +++ b/app/views/search/index.blade.php @@ -103,4 +103,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/transactions/create.blade.php b/app/views/transactions/create.blade.php index 5cb557e1fa..5585ddb4c6 100644 --- a/app/views/transactions/create.blade.php +++ b/app/views/transactions/create.blade.php @@ -93,4 +93,4 @@ @section('scripts') {{HTML::script('assets/javascript/typeahead/bootstrap3-typeahead.min.js')}} {{HTML::script('assets/javascript/firefly/transactions.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/transactions/edit.blade.php b/app/views/transactions/edit.blade.php index 03f79385e7..0b60dd357e 100644 --- a/app/views/transactions/edit.blade.php +++ b/app/views/transactions/edit.blade.php @@ -93,4 +93,4 @@ @section('scripts') {{HTML::script('assets/javascript/typeahead/bootstrap3-typeahead.min.js')}} {{HTML::script('assets/javascript/firefly/transactions.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/transactions/show.blade.php b/app/views/transactions/show.blade.php index 8443184239..a6b7446b21 100644 --- a/app/views/transactions/show.blade.php +++ b/app/views/transactions/show.blade.php @@ -128,4 +128,4 @@ @section('scripts') {{HTML::script('assets/javascript/firefly/transactions.js')}} {{HTML::script('assets/javascript/firefly/related-manager.js')}} -@stop \ No newline at end of file +@stop diff --git a/app/views/user/login.blade.php b/app/views/user/login.blade.php index 4f7e8a678e..a2efbcfa9e 100644 --- a/app/views/user/login.blade.php +++ b/app/views/user/login.blade.php @@ -36,4 +36,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/user/register.blade.php b/app/views/user/register.blade.php index 6fbc49a849..a7a11f07fc 100644 --- a/app/views/user/register.blade.php +++ b/app/views/user/register.blade.php @@ -30,4 +30,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/user/registered.blade.php b/app/views/user/registered.blade.php index 3724140e4e..ce4e3e056e 100644 --- a/app/views/user/registered.blade.php +++ b/app/views/user/registered.blade.php @@ -16,4 +16,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/user/remindMe-html.blade.php b/app/views/user/remindMe-html.blade.php index e16c85fafe..16f09cc04d 100644 --- a/app/views/user/remindMe-html.blade.php +++ b/app/views/user/remindMe-html.blade.php @@ -16,4 +16,4 @@

- \ No newline at end of file + diff --git a/app/views/user/remindMe.blade.php b/app/views/user/remindMe.blade.php index fcf0f179a3..18b48954ac 100644 --- a/app/views/user/remindMe.blade.php +++ b/app/views/user/remindMe.blade.php @@ -24,4 +24,4 @@ -@stop \ No newline at end of file +@stop diff --git a/app/views/user/verification-pending.blade.php b/app/views/user/verification-pending.blade.php index 7e224b82ef..a10b2d53da 100644 --- a/app/views/user/verification-pending.blade.php +++ b/app/views/user/verification-pending.blade.php @@ -16,4 +16,4 @@ -@stop \ No newline at end of file +@stop diff --git a/bootstrap/functions.php b/bootstrap/functions.php index 2424d07741..69c13d834b 100644 --- a/bootstrap/functions.php +++ b/bootstrap/functions.php @@ -163,4 +163,4 @@ if (!function_exists('boolstr')) { return 'NO BOOLEAN: ' . $boolean; } -} \ No newline at end of file +} diff --git a/tests/functional/AccountControllerCest.php b/tests/functional/AccountControllerCest.php index 6577b9ef6d..35ea055806 100644 --- a/tests/functional/AccountControllerCest.php +++ b/tests/functional/AccountControllerCest.php @@ -197,4 +197,4 @@ class AccountControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/BillControllerCest.php b/tests/functional/BillControllerCest.php index 05f9c270a5..5347420f5a 100644 --- a/tests/functional/BillControllerCest.php +++ b/tests/functional/BillControllerCest.php @@ -273,4 +273,4 @@ class BillControllerCest $I->see('Bill "Some bill" updated.'); } -} \ No newline at end of file +} diff --git a/tests/functional/BudgetControllerCest.php b/tests/functional/BudgetControllerCest.php index 79400e7f9a..a81c7e0b33 100644 --- a/tests/functional/BudgetControllerCest.php +++ b/tests/functional/BudgetControllerCest.php @@ -239,4 +239,4 @@ class BudgetControllerCest $I->seeRecord('budgets', ['name' => 'Delete me']); } -} \ No newline at end of file +} diff --git a/tests/functional/CategoryControllerCest.php b/tests/functional/CategoryControllerCest.php index d3452276a0..3a7b5d10ba 100644 --- a/tests/functional/CategoryControllerCest.php +++ b/tests/functional/CategoryControllerCest.php @@ -189,4 +189,4 @@ class CategoryControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/CurrencyControllerCest.php b/tests/functional/CurrencyControllerCest.php index b8b9ed7845..168fffc5cb 100644 --- a/tests/functional/CurrencyControllerCest.php +++ b/tests/functional/CurrencyControllerCest.php @@ -199,4 +199,4 @@ class CurrencyControllerCest $I->seeRecord('transaction_currencies', ['name' => 'US Dollar']); } -} \ No newline at end of file +} diff --git a/tests/functional/GoogleChartControllerCest.php b/tests/functional/GoogleChartControllerCest.php index 274da2e0de..578204b153 100644 --- a/tests/functional/GoogleChartControllerCest.php +++ b/tests/functional/GoogleChartControllerCest.php @@ -210,4 +210,4 @@ class GoogleChartControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/HelpControllerCest.php b/tests/functional/HelpControllerCest.php index 8f4cbac78c..a8bb6c2d66 100644 --- a/tests/functional/HelpControllerCest.php +++ b/tests/functional/HelpControllerCest.php @@ -86,4 +86,4 @@ class HelpControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/HomeControllerCest.php b/tests/functional/HomeControllerCest.php index 4b138831de..176351aa98 100644 --- a/tests/functional/HomeControllerCest.php +++ b/tests/functional/HomeControllerCest.php @@ -94,4 +94,4 @@ class HomeControllerCest $I->amOnPage('/prev'); $I->canSeeResponseCodeIs(200); } -} \ No newline at end of file +} diff --git a/tests/functional/JsonControllerCest.php b/tests/functional/JsonControllerCest.php index 6aee764604..907d6cf724 100644 --- a/tests/functional/JsonControllerCest.php +++ b/tests/functional/JsonControllerCest.php @@ -53,4 +53,4 @@ class JsonControllerCest $I->amOnPage('/json/revenue-accounts'); $I->canSeeResponseCodeIs(200); } -} \ No newline at end of file +} diff --git a/tests/functional/PiggyBankControllerCest.php b/tests/functional/PiggyBankControllerCest.php index 0b717f639b..fc00a93005 100644 --- a/tests/functional/PiggyBankControllerCest.php +++ b/tests/functional/PiggyBankControllerCest.php @@ -329,4 +329,4 @@ class PiggyBankControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/PreferencesControllerCest.php b/tests/functional/PreferencesControllerCest.php index 8149780db8..44080b93d6 100644 --- a/tests/functional/PreferencesControllerCest.php +++ b/tests/functional/PreferencesControllerCest.php @@ -45,4 +45,4 @@ class PreferencesControllerCest $I->submitForm('#preferences', []); $I->see('Preferences saved!'); } -} \ No newline at end of file +} diff --git a/tests/functional/ProfileControllerCest.php b/tests/functional/ProfileControllerCest.php index cb79784cbc..7f6c980d20 100644 --- a/tests/functional/ProfileControllerCest.php +++ b/tests/functional/ProfileControllerCest.php @@ -147,4 +147,4 @@ class ProfileControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/ReminderControllerCest.php b/tests/functional/ReminderControllerCest.php index 41d2bac3c6..01901b2cb5 100644 --- a/tests/functional/ReminderControllerCest.php +++ b/tests/functional/ReminderControllerCest.php @@ -83,4 +83,4 @@ class ReminderControllerCest $I->see('your piggy bank labelled "Nieuwe spullen"'); } -} \ No newline at end of file +} diff --git a/tests/functional/RepeatedExpenseControllerCest.php b/tests/functional/RepeatedExpenseControllerCest.php index 38069520cc..58d2392ee2 100644 --- a/tests/functional/RepeatedExpenseControllerCest.php +++ b/tests/functional/RepeatedExpenseControllerCest.php @@ -241,4 +241,4 @@ class RepeatedExpenseControllerCest ); $I->see('The name field is required.'); } -} \ No newline at end of file +} diff --git a/tests/functional/ReportControllerCest.php b/tests/functional/ReportControllerCest.php index 6d2ff144b0..cd1a546a19 100644 --- a/tests/functional/ReportControllerCest.php +++ b/tests/functional/ReportControllerCest.php @@ -76,4 +76,4 @@ class ReportControllerCest $I->see('Invalid date'); } -} \ No newline at end of file +} diff --git a/tests/functional/SearchControllerCest.php b/tests/functional/SearchControllerCest.php index 973b2c54ab..8b8341f59b 100644 --- a/tests/functional/SearchControllerCest.php +++ b/tests/functional/SearchControllerCest.php @@ -36,4 +36,4 @@ class SearchControllerCest $I->see('Search for ""'); } -} \ No newline at end of file +} diff --git a/tests/functional/TransactionControllerCest.php b/tests/functional/TransactionControllerCest.php index 7049228904..54e337305b 100644 --- a/tests/functional/TransactionControllerCest.php +++ b/tests/functional/TransactionControllerCest.php @@ -232,4 +232,4 @@ class TransactionControllerCest } -} \ No newline at end of file +} diff --git a/tests/functional/UserControllerCest.php b/tests/functional/UserControllerCest.php index d04dfcccd1..a9a5141632 100644 --- a/tests/functional/UserControllerCest.php +++ b/tests/functional/UserControllerCest.php @@ -147,4 +147,4 @@ class UserControllerCest $I->see('You\'re about to get an e-mail.'); } -} \ No newline at end of file +} diff --git a/tests/functional/_bootstrap.php b/tests/functional/_bootstrap.php index c25406adad..e489e45b9e 100644 --- a/tests/functional/_bootstrap.php +++ b/tests/functional/_bootstrap.php @@ -5,4 +5,4 @@ if (!file_exists($db)) { exec('touch ' . $db); exec('php artisan migrate --seed --env=testing', $out); exec('sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql', $out); -} \ No newline at end of file +} diff --git a/tests/unit/AccountTest.php b/tests/unit/AccountTest.php index 5ffff946c7..16145d8932 100644 --- a/tests/unit/AccountTest.php +++ b/tests/unit/AccountTest.php @@ -37,4 +37,4 @@ class AccountTest extends TestCase $this->assertInstanceOf('User', $account->user); } -} \ No newline at end of file +} diff --git a/tests/unit/AccountTypeTest.php b/tests/unit/AccountTypeTest.php index c0d29759ed..94aede8b6a 100644 --- a/tests/unit/AccountTypeTest.php +++ b/tests/unit/AccountTypeTest.php @@ -24,4 +24,4 @@ class AccountTypeTest extends TestCase $this->assertCount(1, $account->accountType()->first()->accounts()->get()); } -} \ No newline at end of file +} diff --git a/tests/unit/BudgetTest.php b/tests/unit/BudgetTest.php index bbe67da42c..88321ee974 100644 --- a/tests/unit/BudgetTest.php +++ b/tests/unit/BudgetTest.php @@ -23,4 +23,4 @@ class BudgetTest extends TestCase $this->assertInstanceOf('User', $budget->user); } -} \ No newline at end of file +} diff --git a/tests/unit/PiggyBankRepetitionTest.php b/tests/unit/PiggyBankRepetitionTest.php index 0d889aad31..3bf35313e6 100644 --- a/tests/unit/PiggyBankRepetitionTest.php +++ b/tests/unit/PiggyBankRepetitionTest.php @@ -26,4 +26,4 @@ class PiggyBankRepetitionTest extends TestCase $this->assertCount(1, PiggyBankRepetition::starts($start)->get()); $this->assertCount(1, PiggyBankRepetition::targets($target)->get()); } -} \ No newline at end of file +} diff --git a/tests/unit/PiggyBankTest.php b/tests/unit/PiggyBankTest.php index 4b9a4f617d..efe7210cc0 100644 --- a/tests/unit/PiggyBankTest.php +++ b/tests/unit/PiggyBankTest.php @@ -24,4 +24,4 @@ class PiggyBankTest extends TestCase $piggyBank->reminders()->save($reminder); $this->assertCount(1, $piggyBank->reminders()->get()); } -} \ No newline at end of file +} diff --git a/tests/unit/ReminderTest.php b/tests/unit/ReminderTest.php index 3801b4aebe..6a792ff9c4 100644 --- a/tests/unit/ReminderTest.php +++ b/tests/unit/ReminderTest.php @@ -35,4 +35,4 @@ class ReminderTest extends TestCase $this->assertEquals($reminder->user->id, $user->id); } -} \ No newline at end of file +} diff --git a/tests/unit/TransactionGroupTest.php b/tests/unit/TransactionGroupTest.php index f6439a7638..9c3b72272b 100644 --- a/tests/unit/TransactionGroupTest.php +++ b/tests/unit/TransactionGroupTest.php @@ -22,4 +22,4 @@ class TransactionGroupTest extends TestCase $group = f::create('TransactionGroup'); $this->assertEquals($group->user_id, $group->user->id); } -} \ No newline at end of file +} diff --git a/tests/unit/TransactionJournalTest.php b/tests/unit/TransactionJournalTest.php index c6f4f42c19..863c87cff8 100644 --- a/tests/unit/TransactionJournalTest.php +++ b/tests/unit/TransactionJournalTest.php @@ -30,4 +30,4 @@ class TransactionJournalTest extends TestCase $this->assertCount(1, TransactionJournal::moreThan($amount)->get()); } -} \ No newline at end of file +} diff --git a/tests/unit/TransactionTest.php b/tests/unit/TransactionTest.php index b571dccbb2..f154d5130e 100644 --- a/tests/unit/TransactionTest.php +++ b/tests/unit/TransactionTest.php @@ -64,4 +64,4 @@ class TransactionTest extends TestCase $type = $transaction->transactionJournal->transactionType->type; $this->assertCount(1, Transaction::transactionTypes([$type])->get()); } -} \ No newline at end of file +} diff --git a/tests/unit/TransactionTypeTest.php b/tests/unit/TransactionTypeTest.php index c0feba77b5..d2b4033d69 100644 --- a/tests/unit/TransactionTypeTest.php +++ b/tests/unit/TransactionTypeTest.php @@ -27,4 +27,4 @@ class TransactionTypeTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/unit/UserTest.php b/tests/unit/UserTest.php index 86ad425bd6..8a1b60a65f 100644 --- a/tests/unit/UserTest.php +++ b/tests/unit/UserTest.php @@ -31,4 +31,4 @@ class UserTest extends TestCase $this->assertEquals($reminder->user_id, $reminder->user->id); } -} \ No newline at end of file +}