diff --git a/app/Helpers/Reminders/ReminderHelper.php b/app/Helpers/Reminders/ReminderHelper.php index 8203d4e2bd..530d3b3c78 100644 --- a/app/Helpers/Reminders/ReminderHelper.php +++ b/app/Helpers/Reminders/ReminderHelper.php @@ -142,4 +142,4 @@ class ReminderHelper implements ReminderHelperInterface return 'Add ' . Amount::format($reminder->metadata->perReminder) . ' to fill this piggy bank on ' . $piggyBank->targetdate->format('jS F Y'); } -} \ No newline at end of file +} diff --git a/app/Helpers/Reminders/ReminderHelperInterface.php b/app/Helpers/Reminders/ReminderHelperInterface.php index cc381e1b04..833afe1a24 100644 --- a/app/Helpers/Reminders/ReminderHelperInterface.php +++ b/app/Helpers/Reminders/ReminderHelperInterface.php @@ -48,4 +48,4 @@ interface ReminderHelperInterface { * @return Reminder */ public function createReminder(PiggyBank $piggyBank, Carbon $start, Carbon $end); -} \ No newline at end of file +} diff --git a/app/Helpers/Report/ReportHelper.php b/app/Helpers/Report/ReportHelper.php index bb0ea1d3b8..cec2b058e3 100644 --- a/app/Helpers/Report/ReportHelper.php +++ b/app/Helpers/Report/ReportHelper.php @@ -168,4 +168,4 @@ class ReportHelper implements ReportHelperInterface return $report; } -} \ No newline at end of file +} diff --git a/app/Helpers/Report/ReportHelperInterface.php b/app/Helpers/Report/ReportHelperInterface.php index dedc6b38cb..2bbbefec75 100644 --- a/app/Helpers/Report/ReportHelperInterface.php +++ b/app/Helpers/Report/ReportHelperInterface.php @@ -55,4 +55,4 @@ interface ReportHelperInterface * @return array */ public function yearBalanceReport(Carbon $date, $showSharedReports = false); -} \ No newline at end of file +} diff --git a/app/Helpers/Report/ReportQuery.php b/app/Helpers/Report/ReportQuery.php index 9f85c7231f..55d0b5ec73 100644 --- a/app/Helpers/Report/ReportQuery.php +++ b/app/Helpers/Report/ReportQuery.php @@ -604,4 +604,4 @@ class ReportQuery implements ReportQueryInterface ); } -} \ No newline at end of file +} diff --git a/app/Helpers/Report/ReportQueryInterface.php b/app/Helpers/Report/ReportQueryInterface.php index e67581a047..c92a46ad06 100644 --- a/app/Helpers/Report/ReportQueryInterface.php +++ b/app/Helpers/Report/ReportQueryInterface.php @@ -163,4 +163,4 @@ interface ReportQueryInterface * @return Collection */ public function sharedExpensesByCategory(Carbon $start, Carbon $end); -} \ No newline at end of file +} diff --git a/app/Http/Middleware/PiggyBanks.php b/app/Http/Middleware/PiggyBanks.php index 7f273507f3..92ac858ba4 100644 --- a/app/Http/Middleware/PiggyBanks.php +++ b/app/Http/Middleware/PiggyBanks.php @@ -136,4 +136,4 @@ class PiggyBanks return $next($request); } -} \ No newline at end of file +} diff --git a/app/Http/Middleware/Range.php b/app/Http/Middleware/Range.php index 3b7cc69bc8..7a5f212bc5 100644 --- a/app/Http/Middleware/Range.php +++ b/app/Http/Middleware/Range.php @@ -85,4 +85,4 @@ class Range } -} \ No newline at end of file +} diff --git a/app/Http/Middleware/Reminders.php b/app/Http/Middleware/Reminders.php index 2c0c15b046..55c555aec0 100644 --- a/app/Http/Middleware/Reminders.php +++ b/app/Http/Middleware/Reminders.php @@ -88,4 +88,4 @@ class Reminders return $next($request); } -} \ No newline at end of file +} diff --git a/app/Http/Middleware/ReplaceTestVars.php b/app/Http/Middleware/ReplaceTestVars.php index 2f48ac76b9..9ad0e7a1ba 100644 --- a/app/Http/Middleware/ReplaceTestVars.php +++ b/app/Http/Middleware/ReplaceTestVars.php @@ -54,4 +54,4 @@ class ReplaceTestVars return $next($request); } -} \ No newline at end of file +} diff --git a/app/Http/Requests/BillFormRequest.php b/app/Http/Requests/BillFormRequest.php index 2c1cfdc45a..b3057bc885 100644 --- a/app/Http/Requests/BillFormRequest.php +++ b/app/Http/Requests/BillFormRequest.php @@ -46,4 +46,4 @@ class BillFormRequest extends Request return $rules; } -} \ No newline at end of file +} diff --git a/app/Http/Requests/BudgetFormRequest.php b/app/Http/Requests/BudgetFormRequest.php index 591926a969..19c3924417 100644 --- a/app/Http/Requests/BudgetFormRequest.php +++ b/app/Http/Requests/BudgetFormRequest.php @@ -37,4 +37,4 @@ class BudgetFormRequest extends Request 'name' => $nameRule, ]; } -} \ No newline at end of file +} diff --git a/app/Http/Requests/CategoryFormRequest.php b/app/Http/Requests/CategoryFormRequest.php index 30376b4cd8..7b9e577dc0 100644 --- a/app/Http/Requests/CategoryFormRequest.php +++ b/app/Http/Requests/CategoryFormRequest.php @@ -37,4 +37,4 @@ class CategoryFormRequest extends Request 'name' => $nameRule, ]; } -} \ No newline at end of file +} diff --git a/app/Http/Requests/CurrencyFormRequest.php b/app/Http/Requests/CurrencyFormRequest.php index 48fe2146d3..d45716d6d4 100644 --- a/app/Http/Requests/CurrencyFormRequest.php +++ b/app/Http/Requests/CurrencyFormRequest.php @@ -42,4 +42,4 @@ class CurrencyFormRequest extends Request return $rules; } -} \ No newline at end of file +} diff --git a/app/Http/Requests/JournalFormRequest.php b/app/Http/Requests/JournalFormRequest.php index 368564896e..82b8f8549e 100644 --- a/app/Http/Requests/JournalFormRequest.php +++ b/app/Http/Requests/JournalFormRequest.php @@ -70,4 +70,4 @@ class JournalFormRequest extends Request } -} \ No newline at end of file +} diff --git a/app/Http/Requests/PiggyBankFormRequest.php b/app/Http/Requests/PiggyBankFormRequest.php index 50267f2b47..795246c1b8 100644 --- a/app/Http/Requests/PiggyBankFormRequest.php +++ b/app/Http/Requests/PiggyBankFormRequest.php @@ -65,4 +65,4 @@ class PiggyBankFormRequest extends Request return $rules; } -} \ No newline at end of file +} diff --git a/app/Http/Requests/ProfileFormRequest.php b/app/Http/Requests/ProfileFormRequest.php index 43cc40da09..0fc12e3377 100644 --- a/app/Http/Requests/ProfileFormRequest.php +++ b/app/Http/Requests/ProfileFormRequest.php @@ -31,4 +31,4 @@ class ProfileFormRequest extends Request 'new_password_confirmation' => 'required', ]; } -} \ No newline at end of file +} diff --git a/app/Providers/FireflyServiceProvider.php b/app/Providers/FireflyServiceProvider.php index 432da63ab8..923012a4dc 100644 --- a/app/Providers/FireflyServiceProvider.php +++ b/app/Providers/FireflyServiceProvider.php @@ -71,4 +71,4 @@ class FireflyServiceProvider extends ServiceProvider } -} \ No newline at end of file +} diff --git a/app/Providers/TestingServiceProvider.php b/app/Providers/TestingServiceProvider.php index ff26c311ca..707c0ddd3f 100644 --- a/app/Providers/TestingServiceProvider.php +++ b/app/Providers/TestingServiceProvider.php @@ -25,4 +25,4 @@ class TestingServiceProvider extends ServiceProvider } } -} \ No newline at end of file +} diff --git a/app/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index c7cd65571d..8a4ec3279e 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -452,4 +452,4 @@ class AccountRepository implements AccountRepositoryInterface return $journal; } -} \ No newline at end of file +} diff --git a/app/Repositories/Account/AccountRepositoryInterface.php b/app/Repositories/Account/AccountRepositoryInterface.php index 41de454e63..e948ba01c8 100644 --- a/app/Repositories/Account/AccountRepositoryInterface.php +++ b/app/Repositories/Account/AccountRepositoryInterface.php @@ -85,4 +85,4 @@ interface AccountRepositoryInterface * @return Collection */ public function getSavingsAccounts(); -} \ No newline at end of file +} diff --git a/app/Repositories/Bill/BillRepositoryInterface.php b/app/Repositories/Bill/BillRepositoryInterface.php index 66ce00cf4a..44402cea23 100644 --- a/app/Repositories/Bill/BillRepositoryInterface.php +++ b/app/Repositories/Bill/BillRepositoryInterface.php @@ -56,4 +56,4 @@ interface BillRepositoryInterface { */ public function scan(Bill $bill, TransactionJournal $journal); -} \ No newline at end of file +} diff --git a/app/Repositories/Budget/BudgetRepository.php b/app/Repositories/Budget/BudgetRepository.php index f409b4c063..2c547d1618 100644 --- a/app/Repositories/Budget/BudgetRepository.php +++ b/app/Repositories/Budget/BudgetRepository.php @@ -142,4 +142,4 @@ class BudgetRepository implements BudgetRepositoryInterface } -} \ No newline at end of file +} diff --git a/app/Repositories/Budget/BudgetRepositoryInterface.php b/app/Repositories/Budget/BudgetRepositoryInterface.php index eabda354f3..dce5f21ae4 100644 --- a/app/Repositories/Budget/BudgetRepositoryInterface.php +++ b/app/Repositories/Budget/BudgetRepositoryInterface.php @@ -63,4 +63,4 @@ interface BudgetRepositoryInterface */ public function getJournals(Budget $budget, LimitRepetition $repetition = null, $take = 50); -} \ No newline at end of file +} diff --git a/app/Repositories/Category/CategoryRepository.php b/app/Repositories/Category/CategoryRepository.php index cc168bb0b9..437fb2da69 100644 --- a/app/Repositories/Category/CategoryRepository.php +++ b/app/Repositories/Category/CategoryRepository.php @@ -58,4 +58,4 @@ class CategoryRepository implements CategoryRepositoryInterface return $category; } -} \ No newline at end of file +} diff --git a/app/Repositories/Category/CategoryRepositoryInterface.php b/app/Repositories/Category/CategoryRepositoryInterface.php index 5b099eb6c7..7e4871a378 100644 --- a/app/Repositories/Category/CategoryRepositoryInterface.php +++ b/app/Repositories/Category/CategoryRepositoryInterface.php @@ -33,4 +33,4 @@ interface CategoryRepositoryInterface */ public function update(Category $category, array $data); -} \ No newline at end of file +} diff --git a/app/Repositories/Journal/JournalRepository.php b/app/Repositories/Journal/JournalRepository.php index 5c3ae40886..a3bde0c535 100644 --- a/app/Repositories/Journal/JournalRepository.php +++ b/app/Repositories/Journal/JournalRepository.php @@ -286,4 +286,4 @@ class JournalRepository implements JournalRepositoryInterface return $journal; } -} \ No newline at end of file +} diff --git a/app/Repositories/Journal/JournalRepositoryInterface.php b/app/Repositories/Journal/JournalRepositoryInterface.php index f083fb9a3e..cf10d0e557 100644 --- a/app/Repositories/Journal/JournalRepositoryInterface.php +++ b/app/Repositories/Journal/JournalRepositoryInterface.php @@ -44,4 +44,4 @@ interface JournalRepositoryInterface * @return mixed */ public function update(TransactionJournal $journal, array $data); -} \ No newline at end of file +} diff --git a/app/Repositories/PiggyBank/PiggyBankRepository.php b/app/Repositories/PiggyBank/PiggyBankRepository.php index b198e75612..3fedcf5871 100644 --- a/app/Repositories/PiggyBank/PiggyBankRepository.php +++ b/app/Repositories/PiggyBank/PiggyBankRepository.php @@ -162,4 +162,4 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface return $piggyBank; } -} \ No newline at end of file +} diff --git a/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php b/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php index f2577e2a4b..13afce327d 100644 --- a/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php +++ b/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php @@ -68,4 +68,4 @@ interface PiggyBankRepositoryInterface * @return PiggyBank */ public function update(PiggyBank $piggyBank, array $data); -} \ No newline at end of file +} diff --git a/app/Support/Amount.php b/app/Support/Amount.php index fc6868cf97..115392eb1f 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -166,4 +166,4 @@ class Amount return $currency; } -} \ No newline at end of file +} diff --git a/app/Support/ExpandedForm.php b/app/Support/ExpandedForm.php index 2d82dacbf5..99c28470ed 100644 --- a/app/Support/ExpandedForm.php +++ b/app/Support/ExpandedForm.php @@ -314,4 +314,4 @@ class ExpandedForm return $html; } -} \ No newline at end of file +} diff --git a/app/Support/Facades/Amount.php b/app/Support/Facades/Amount.php index 90562d745e..3a8d059ea4 100644 --- a/app/Support/Facades/Amount.php +++ b/app/Support/Facades/Amount.php @@ -21,4 +21,4 @@ class Amount extends Facade return 'amount'; } -} \ No newline at end of file +} diff --git a/app/Support/Facades/ExpandedForm.php b/app/Support/Facades/ExpandedForm.php index ee365cc6b0..4757d8e779 100644 --- a/app/Support/Facades/ExpandedForm.php +++ b/app/Support/Facades/ExpandedForm.php @@ -21,4 +21,4 @@ class ExpandedForm extends Facade return 'expandedform'; } -} \ No newline at end of file +} diff --git a/app/Support/Facades/Navigation.php b/app/Support/Facades/Navigation.php index 2f0db5c215..86adb38a13 100644 --- a/app/Support/Facades/Navigation.php +++ b/app/Support/Facades/Navigation.php @@ -21,4 +21,4 @@ class Navigation extends Facade return 'navigation'; } -} \ No newline at end of file +} diff --git a/app/Support/Facades/Preferences.php b/app/Support/Facades/Preferences.php index a6b1818cef..d7c093c38e 100644 --- a/app/Support/Facades/Preferences.php +++ b/app/Support/Facades/Preferences.php @@ -21,4 +21,4 @@ class Preferences extends Facade return 'preferences'; } -} \ No newline at end of file +} diff --git a/app/Support/Facades/Steam.php b/app/Support/Facades/Steam.php index 5bcfe12e30..496975c3be 100644 --- a/app/Support/Facades/Steam.php +++ b/app/Support/Facades/Steam.php @@ -21,4 +21,4 @@ class Steam extends Facade return 'steam'; } -} \ No newline at end of file +} diff --git a/app/Support/Navigation.php b/app/Support/Navigation.php index 7c734e3b9d..2ef5c9a4bd 100644 --- a/app/Support/Navigation.php +++ b/app/Support/Navigation.php @@ -457,4 +457,4 @@ class Navigation } -} \ No newline at end of file +} diff --git a/app/Support/Preferences.php b/app/Support/Preferences.php index 185fea9512..b12a8fef6a 100644 --- a/app/Support/Preferences.php +++ b/app/Support/Preferences.php @@ -55,4 +55,4 @@ class Preferences return $pref; } -} \ No newline at end of file +} diff --git a/app/Support/Search/SearchInterface.php b/app/Support/Search/SearchInterface.php index 50d7c6ad08..4b58393065 100644 --- a/app/Support/Search/SearchInterface.php +++ b/app/Support/Search/SearchInterface.php @@ -45,4 +45,4 @@ interface SearchInterface { * @return Collection */ public function searchTransactions(array $words); -} \ No newline at end of file +} diff --git a/app/Support/Steam.php b/app/Support/Steam.php index ce3fbfb1a4..756c11b73d 100644 --- a/app/Support/Steam.php +++ b/app/Support/Steam.php @@ -198,4 +198,4 @@ class Steam return $array; } -} \ No newline at end of file +} diff --git a/database/seeds/TestDataSeeder.php b/database/seeds/TestDataSeeder.php index 4aaaa78e0a..62ee9465bb 100644 --- a/database/seeds/TestDataSeeder.php +++ b/database/seeds/TestDataSeeder.php @@ -593,4 +593,4 @@ class TestDataSeeder extends Seeder } -} \ No newline at end of file +}