From 67caf6ef1f31ae8073f6d3a9b126b41ab4012fbd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 1 Apr 2016 16:46:11 +0200 Subject: [PATCH] Code cleanup [skip ci] --- config/upgrade.php | 2 +- database/migrations/2016_01_11_193428_changes_for_v370.php | 2 +- database/seeds/TestDataSeeder.php | 2 +- public/js/export/index.js | 2 +- public/js/piggy-banks/index.js | 2 +- public/js/piggy-banks/show.js | 2 +- public/js/reports/default/all.js | 2 +- public/js/rules/create-edit.js | 2 +- public/js/rules/create.js | 2 +- public/js/rules/edit.js | 2 +- public/js/rules/index.js | 2 +- public/js/transactions/create-edit.js | 2 +- public/js/transactions/create.js | 2 +- public/js/transactions/edit.js | 2 +- resources/lang/en_US/breadcrumbs.php | 2 +- resources/lang/en_US/config.php | 2 +- resources/lang/en_US/firefly.php | 2 +- resources/lang/en_US/form.php | 2 +- resources/lang/en_US/help.php | 2 +- resources/lang/en_US/list.php | 2 +- resources/lang/en_US/pagination.php | 2 +- resources/lang/en_US/passwords.php | 2 +- resources/lang/en_US/validation.php | 2 +- resources/lang/fr_FR/breadcrumbs.php | 2 +- resources/lang/fr_FR/config.php | 2 +- resources/lang/fr_FR/firefly.php | 2 +- resources/lang/fr_FR/form.php | 2 +- resources/lang/fr_FR/help.php | 2 +- resources/lang/fr_FR/list.php | 2 +- resources/lang/fr_FR/pagination.php | 2 +- resources/lang/fr_FR/passwords.php | 2 +- resources/lang/fr_FR/validation.php | 2 +- resources/lang/nl_NL/breadcrumbs.php | 2 +- resources/lang/nl_NL/config.php | 2 +- resources/lang/nl_NL/firefly.php | 2 +- resources/lang/nl_NL/form.php | 2 +- resources/lang/nl_NL/help.php | 2 +- resources/lang/nl_NL/list.php | 2 +- resources/lang/nl_NL/pagination.php | 2 +- resources/lang/nl_NL/passwords.php | 2 +- resources/lang/nl_NL/validation.php | 2 +- resources/lang/pt_BR/breadcrumbs.php | 2 +- resources/lang/pt_BR/config.php | 2 +- resources/lang/pt_BR/firefly.php | 2 +- resources/lang/pt_BR/form.php | 2 +- resources/lang/pt_BR/help.php | 2 +- resources/lang/pt_BR/list.php | 2 +- resources/lang/pt_BR/pagination.php | 2 +- resources/lang/pt_BR/passwords.php | 2 +- resources/lang/pt_BR/validation.php | 2 +- tests/acceptance/Controllers/AccountControllerTest.php | 2 +- tests/acceptance/Controllers/AttachmentControllerTest.php | 2 +- tests/acceptance/Controllers/Auth/AuthControllerTest.php | 2 +- tests/acceptance/Controllers/Auth/PasswordControllerTest.php | 2 +- tests/acceptance/Controllers/BillControllerTest.php | 2 +- tests/acceptance/Controllers/BudgetControllerTest.php | 2 +- tests/acceptance/Controllers/CategoryControllerTest.php | 2 +- .../acceptance/Controllers/Chart/ChartAccountControllerTest.php | 2 +- tests/acceptance/Controllers/Chart/ChartBillControllerTest.php | 2 +- .../acceptance/Controllers/Chart/ChartBudgetControllerTest.php | 2 +- .../Controllers/Chart/ChartCategoryControllerTest.php | 2 +- .../Controllers/Chart/ChartPiggyBankControllerTest.php | 2 +- .../acceptance/Controllers/Chart/ChartReportControllerTest.php | 2 +- tests/acceptance/Controllers/CsvControllerTest.php | 2 +- tests/acceptance/Controllers/CurrencyControllerTest.php | 2 +- tests/acceptance/Controllers/HelpControllerTest.php | 2 +- tests/acceptance/Controllers/HomeControllerTest.php | 2 +- tests/acceptance/Controllers/JsonControllerTest.php | 2 +- tests/acceptance/Controllers/NewUserControllerTest.php | 2 +- tests/acceptance/Controllers/PiggyBankControllerTest.php | 2 +- tests/acceptance/Controllers/PreferencesControllerTest.php | 2 +- tests/acceptance/Controllers/ProfileControllerTest.php | 2 +- tests/acceptance/Controllers/ReportControllerTest.php | 2 +- tests/acceptance/Controllers/RuleControllerTest.php | 2 +- tests/acceptance/Controllers/RuleGroupControllerTest.php | 2 +- tests/acceptance/Controllers/SearchControllerTest.php | 2 +- tests/acceptance/Controllers/TagControllerTest.php | 2 +- tests/acceptance/Controllers/TransactionControllerTest.php | 2 +- tests/unit/Models/TransactionTypeTest.php | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/config/upgrade.php b/config/upgrade.php index ba08607148..819b830b98 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -1,7 +1,7 @@