diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php old mode 100755 new mode 100644 diff --git a/app/Events/DeletedUser.php b/app/Events/DeletedUser.php index 2670b2c48a..80ab5d58ce 100644 --- a/app/Events/DeletedUser.php +++ b/app/Events/DeletedUser.php @@ -35,4 +35,4 @@ class DeletedUser extends Event { $this->email = $email; } -} \ No newline at end of file +} diff --git a/app/Events/RequestedNewPassword.php b/app/Events/RequestedNewPassword.php index 7956cc8613..52919a646b 100644 --- a/app/Events/RequestedNewPassword.php +++ b/app/Events/RequestedNewPassword.php @@ -43,4 +43,4 @@ class RequestedNewPassword extends Event $this->ipAddress = $ipAddress; } -} \ No newline at end of file +} diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php old mode 100755 new mode 100644 diff --git a/app/Export/ProcessorInterface.php b/app/Export/ProcessorInterface.php index 364f4730d4..459cbf6276 100644 --- a/app/Export/ProcessorInterface.php +++ b/app/Export/ProcessorInterface.php @@ -64,4 +64,4 @@ interface ProcessorInterface * @return Collection */ public function getFiles(): Collection; -} \ No newline at end of file +} diff --git a/app/Generator/Chart/Basic/ChartJsGenerator.php b/app/Generator/Chart/Basic/ChartJsGenerator.php index a4a4caa8c1..c9b13a873c 100644 --- a/app/Generator/Chart/Basic/ChartJsGenerator.php +++ b/app/Generator/Chart/Basic/ChartJsGenerator.php @@ -134,4 +134,4 @@ class ChartJsGenerator implements GeneratorInterface return $chartData; } -} \ No newline at end of file +} diff --git a/app/Generator/Chart/Basic/GeneratorInterface.php b/app/Generator/Chart/Basic/GeneratorInterface.php index 8299851822..8b4b90af8a 100644 --- a/app/Generator/Chart/Basic/GeneratorInterface.php +++ b/app/Generator/Chart/Basic/GeneratorInterface.php @@ -70,4 +70,4 @@ interface GeneratorInterface */ public function singleSet(string $setLabel, array $data): array; -} \ No newline at end of file +} diff --git a/app/Generator/Report/Audit/MonthReportGenerator.php b/app/Generator/Report/Audit/MonthReportGenerator.php index cc31219d9e..a5f30e9a10 100644 --- a/app/Generator/Report/Audit/MonthReportGenerator.php +++ b/app/Generator/Report/Audit/MonthReportGenerator.php @@ -153,4 +153,4 @@ class MonthReportGenerator implements ReportGeneratorInterface return $this; } -} \ No newline at end of file +} diff --git a/app/Generator/Report/Audit/MultiYearReportGenerator.php b/app/Generator/Report/Audit/MultiYearReportGenerator.php index 6d9e2857b8..f8baa6e66f 100644 --- a/app/Generator/Report/Audit/MultiYearReportGenerator.php +++ b/app/Generator/Report/Audit/MultiYearReportGenerator.php @@ -24,4 +24,4 @@ class MultiYearReportGenerator extends MonthReportGenerator /** * Doesn't do anything different. */ -} \ No newline at end of file +} diff --git a/app/Generator/Report/Audit/YearReportGenerator.php b/app/Generator/Report/Audit/YearReportGenerator.php index 915aef0d4a..b44bae8820 100644 --- a/app/Generator/Report/Audit/YearReportGenerator.php +++ b/app/Generator/Report/Audit/YearReportGenerator.php @@ -25,4 +25,4 @@ class YearReportGenerator extends MonthReportGenerator /** * Doesn't do anything different. */ -} \ No newline at end of file +} diff --git a/app/Generator/Report/Budget/MonthReportGenerator.php b/app/Generator/Report/Budget/MonthReportGenerator.php index a2512f3a72..085fb9bfe8 100644 --- a/app/Generator/Report/Budget/MonthReportGenerator.php +++ b/app/Generator/Report/Budget/MonthReportGenerator.php @@ -244,4 +244,4 @@ class MonthReportGenerator extends Support implements ReportGeneratorInterface return $result; } -} \ No newline at end of file +} diff --git a/app/Generator/Report/Budget/MultiYearReportGenerator.php b/app/Generator/Report/Budget/MultiYearReportGenerator.php index 3d92def9f3..b3820f88dd 100644 --- a/app/Generator/Report/Budget/MultiYearReportGenerator.php +++ b/app/Generator/Report/Budget/MultiYearReportGenerator.php @@ -24,4 +24,4 @@ class MultiYearReportGenerator extends MonthReportGenerator /** * Doesn't do anything different. */ -} \ No newline at end of file +} diff --git a/app/Generator/Report/Budget/YearReportGenerator.php b/app/Generator/Report/Budget/YearReportGenerator.php index 0f76de9b07..30f51e599c 100644 --- a/app/Generator/Report/Budget/YearReportGenerator.php +++ b/app/Generator/Report/Budget/YearReportGenerator.php @@ -25,4 +25,4 @@ class YearReportGenerator extends MonthReportGenerator /** * Doesn't do anything different. */ -} \ No newline at end of file +} diff --git a/app/Generator/Report/Category/MonthReportGenerator.php b/app/Generator/Report/Category/MonthReportGenerator.php index 410fd29346..53aa790e28 100644 --- a/app/Generator/Report/Category/MonthReportGenerator.php +++ b/app/Generator/Report/Category/MonthReportGenerator.php @@ -325,4 +325,4 @@ class MonthReportGenerator extends Support implements ReportGeneratorInterface return $result; } -} \ No newline at end of file +} diff --git a/app/Generator/Report/Category/MultiYearReportGenerator.php b/app/Generator/Report/Category/MultiYearReportGenerator.php index 2f663c3925..62b0e32af9 100644 --- a/app/Generator/Report/Category/MultiYearReportGenerator.php +++ b/app/Generator/Report/Category/MultiYearReportGenerator.php @@ -24,4 +24,4 @@ class MultiYearReportGenerator extends MonthReportGenerator /** * Doesn't do anything different. */ -} \ No newline at end of file +} diff --git a/app/Generator/Report/Category/YearReportGenerator.php b/app/Generator/Report/Category/YearReportGenerator.php index 038ab47ed6..a118c4c5b0 100644 --- a/app/Generator/Report/Category/YearReportGenerator.php +++ b/app/Generator/Report/Category/YearReportGenerator.php @@ -25,4 +25,4 @@ class YearReportGenerator extends MonthReportGenerator /** * Doesn't do anything different. */ -} \ No newline at end of file +} diff --git a/app/Generator/Report/ReportGeneratorFactory.php b/app/Generator/Report/ReportGeneratorFactory.php index 0323d56c46..9dbf45ed43 100644 --- a/app/Generator/Report/ReportGeneratorFactory.php +++ b/app/Generator/Report/ReportGeneratorFactory.php @@ -57,4 +57,4 @@ class ReportGeneratorFactory } throw new FireflyException(sprintf('Cannot generate report. There is no "%s"-report for period "%s".', $type, $period)); } -} \ No newline at end of file +} diff --git a/app/Generator/Report/ReportGeneratorInterface.php b/app/Generator/Report/ReportGeneratorInterface.php index ad46c0646a..593d318f10 100644 --- a/app/Generator/Report/ReportGeneratorInterface.php +++ b/app/Generator/Report/ReportGeneratorInterface.php @@ -64,4 +64,4 @@ interface ReportGeneratorInterface */ public function setStartDate(Carbon $date): ReportGeneratorInterface; -} \ No newline at end of file +} diff --git a/app/Generator/Report/Standard/MonthReportGenerator.php b/app/Generator/Report/Standard/MonthReportGenerator.php index 5905e12815..113b777c91 100644 --- a/app/Generator/Report/Standard/MonthReportGenerator.php +++ b/app/Generator/Report/Standard/MonthReportGenerator.php @@ -106,4 +106,4 @@ class MonthReportGenerator implements ReportGeneratorInterface return $this; } -} \ No newline at end of file +} diff --git a/app/Generator/Report/Standard/MultiYearReportGenerator.php b/app/Generator/Report/Standard/MultiYearReportGenerator.php index 3437283426..5dab371d6b 100644 --- a/app/Generator/Report/Standard/MultiYearReportGenerator.php +++ b/app/Generator/Report/Standard/MultiYearReportGenerator.php @@ -103,4 +103,4 @@ class MultiYearReportGenerator implements ReportGeneratorInterface return $this; } -} \ No newline at end of file +} diff --git a/app/Generator/Report/Standard/YearReportGenerator.php b/app/Generator/Report/Standard/YearReportGenerator.php index 545084909f..f3297e35df 100644 --- a/app/Generator/Report/Standard/YearReportGenerator.php +++ b/app/Generator/Report/Standard/YearReportGenerator.php @@ -103,4 +103,4 @@ class YearReportGenerator implements ReportGeneratorInterface return $this; } -} \ No newline at end of file +} diff --git a/app/Generator/Report/Support.php b/app/Generator/Report/Support.php index 56ee7e981c..1f71ad182a 100644 --- a/app/Generator/Report/Support.php +++ b/app/Generator/Report/Support.php @@ -88,4 +88,4 @@ class Support return $result; } -} \ No newline at end of file +} diff --git a/app/Helpers/Collector/JournalCollector.php b/app/Helpers/Collector/JournalCollector.php index 76f66a0019..601e593d12 100644 --- a/app/Helpers/Collector/JournalCollector.php +++ b/app/Helpers/Collector/JournalCollector.php @@ -726,4 +726,4 @@ class JournalCollector implements JournalCollectorInterface return $query; } -} \ No newline at end of file +} diff --git a/app/Helpers/Collector/JournalCollectorInterface.php b/app/Helpers/Collector/JournalCollectorInterface.php index 320fcab93b..b3307ebac0 100644 --- a/app/Helpers/Collector/JournalCollectorInterface.php +++ b/app/Helpers/Collector/JournalCollectorInterface.php @@ -173,4 +173,4 @@ interface JournalCollectorInterface * @return JournalCollectorInterface */ public function withoutCategory(): JournalCollectorInterface; -} \ No newline at end of file +} diff --git a/app/Http/Controllers/AccountController.php b/app/Http/Controllers/AccountController.php index d906c5ce5d..eea03cbac5 100644 --- a/app/Http/Controllers/AccountController.php +++ b/app/Http/Controllers/AccountController.php @@ -199,8 +199,7 @@ class AccountController extends Controller */ public function index(ARI $repository, string $what) { - $what = $what ?? 'asset'; - + $what = $what ?? 'asset'; $subTitle = trans('firefly.' . $what . '_accounts'); $subTitleIcon = config('firefly.subIconsByIdentifier.' . $what); $types = config('firefly.accountTypesByIdentifier.' . $what); diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Chart/BudgetReportController.php b/app/Http/Controllers/Chart/BudgetReportController.php index e053189066..a48037b6a6 100644 --- a/app/Http/Controllers/Chart/BudgetReportController.php +++ b/app/Http/Controllers/Chart/BudgetReportController.php @@ -289,4 +289,4 @@ class BudgetReportController extends Controller return $grouped; } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Chart/CategoryReportController.php b/app/Http/Controllers/Chart/CategoryReportController.php index 003648218c..d241d27ef8 100644 --- a/app/Http/Controllers/Chart/CategoryReportController.php +++ b/app/Http/Controllers/Chart/CategoryReportController.php @@ -427,4 +427,4 @@ class CategoryReportController extends Controller return $grouped; } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Report/BalanceController.php b/app/Http/Controllers/Report/BalanceController.php index 664217472a..9dadfa608d 100644 --- a/app/Http/Controllers/Report/BalanceController.php +++ b/app/Http/Controllers/Report/BalanceController.php @@ -57,4 +57,4 @@ class BalanceController extends Controller return $result; } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Report/BudgetController.php b/app/Http/Controllers/Report/BudgetController.php index a541a7a8bb..bc4d026631 100644 --- a/app/Http/Controllers/Report/BudgetController.php +++ b/app/Http/Controllers/Report/BudgetController.php @@ -120,4 +120,4 @@ class BudgetController extends Controller return $data; } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Report/CategoryController.php b/app/Http/Controllers/Report/CategoryController.php index 0d5f3e3f07..3222083051 100644 --- a/app/Http/Controllers/Report/CategoryController.php +++ b/app/Http/Controllers/Report/CategoryController.php @@ -170,4 +170,4 @@ class CategoryController extends Controller } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Report/OperationsController.php b/app/Http/Controllers/Report/OperationsController.php index 3282e98d80..a30954ec7b 100644 --- a/app/Http/Controllers/Report/OperationsController.php +++ b/app/Http/Controllers/Report/OperationsController.php @@ -241,4 +241,4 @@ class OperationsController extends Controller return $expenses; } -} \ No newline at end of file +} diff --git a/app/Http/Controllers/Transaction/ConvertController.php b/app/Http/Controllers/Transaction/ConvertController.php index f83a317229..ebeec3b1d3 100644 --- a/app/Http/Controllers/Transaction/ConvertController.php +++ b/app/Http/Controllers/Transaction/ConvertController.php @@ -244,4 +244,4 @@ class ConvertController extends Controller } -} \ No newline at end of file +} diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php old mode 100755 new mode 100644 diff --git a/app/Import/Converter/TagSplit.php b/app/Import/Converter/TagSplit.php index 53d3fc1d1c..cc99561663 100644 --- a/app/Import/Converter/TagSplit.php +++ b/app/Import/Converter/TagSplit.php @@ -82,4 +82,4 @@ class TagSplit return $set; } -} \ No newline at end of file +} diff --git a/app/Models/AvailableBudget.php b/app/Models/AvailableBudget.php index 6916052c81..330cc0821f 100644 --- a/app/Models/AvailableBudget.php +++ b/app/Models/AvailableBudget.php @@ -46,4 +46,4 @@ class AvailableBudget extends Model { return $this->belongsTo('FireflyIII\User'); } -} \ No newline at end of file +} diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Support/ChartColour.php b/app/Support/ChartColour.php index 5ae8f881c0..c04b75b28e 100644 --- a/app/Support/ChartColour.php +++ b/app/Support/ChartColour.php @@ -53,4 +53,4 @@ class ChartColour return sprintf('rgba(%d, %d, %d, 0.7)', $row[0], $row[1], $row[2]); } -} \ No newline at end of file +} diff --git a/app/User.php b/app/User.php old mode 100755 new mode 100644 diff --git a/bootstrap/app.php b/bootstrap/app.php old mode 100755 new mode 100644 diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php old mode 100755 new mode 100644 diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore old mode 100755 new mode 100644 diff --git a/config/auth.php b/config/auth.php old mode 100755 new mode 100644 diff --git a/config/broadcasting.php b/config/broadcasting.php old mode 100755 new mode 100644 diff --git a/config/cache.php b/config/cache.php old mode 100755 new mode 100644 diff --git a/config/compile.php b/config/compile.php old mode 100755 new mode 100644 diff --git a/config/database.php b/config/database.php old mode 100755 new mode 100644 diff --git a/config/filesystems.php b/config/filesystems.php old mode 100755 new mode 100644 diff --git a/config/mail.php b/config/mail.php old mode 100755 new mode 100644 diff --git a/config/queue.php b/config/queue.php old mode 100755 new mode 100644 diff --git a/config/services.php b/config/services.php old mode 100755 new mode 100644 diff --git a/config/session.php b/config/session.php old mode 100755 new mode 100644 diff --git a/config/view.php b/config/view.php old mode 100755 new mode 100644 diff --git a/database/.gitignore b/database/.gitignore old mode 100755 new mode 100644 diff --git a/database/factories/ModelFactory.php b/database/factories/ModelFactory.php old mode 100755 new mode 100644 diff --git a/database/migrations/.gitkeep b/database/migrations/.gitkeep old mode 100755 new mode 100644 diff --git a/database/seeds/.gitkeep b/database/seeds/.gitkeep old mode 100755 new mode 100644 diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/confirm-account-html.twig b/resources/views/emails/confirm-account-html.twig index a42e243d11..9dacd4e6a5 100644 --- a/resources/views/emails/confirm-account-html.twig +++ b/resources/views/emails/confirm-account-html.twig @@ -17,4 +17,4 @@

You should be redirected to the index page right away. The link expires in about four hours.

-{% include 'emails.footer-html' %} \ No newline at end of file +{% include 'emails.footer-html' %} diff --git a/resources/views/emails/confirm-account-text.twig b/resources/views/emails/confirm-account-text.twig index 8b5dbc9a6d..ca8f3a1e1b 100644 --- a/resources/views/emails/confirm-account-text.twig +++ b/resources/views/emails/confirm-account-text.twig @@ -8,4 +8,4 @@ PLEASE verify that this activation link goes to the Firefly III installation you {{ route }} You should be redirected to the index page right away. The link expires in about four hours. -{% include 'emails.footer-text' %} \ No newline at end of file +{% include 'emails.footer-text' %} diff --git a/resources/views/emails/error-html.twig b/resources/views/emails/error-html.twig index 2bed85d1d7..fa7a6e1829 100644 --- a/resources/views/emails/error-html.twig +++ b/resources/views/emails/error-html.twig @@ -42,4 +42,4 @@

{{ stackTrace|nl2br }}

-{% include 'emails.footer-html' %} \ No newline at end of file +{% include 'emails.footer-html' %} diff --git a/resources/views/emails/error-text.twig b/resources/views/emails/error-text.twig index 0de3c61a21..9f299a377e 100644 --- a/resources/views/emails/error-text.twig +++ b/resources/views/emails/error-text.twig @@ -26,4 +26,4 @@ https://github.com/JC5/firefly-iii/issues/new The full stacktrace is below: {{ stackTrace }} -{% include 'emails.footer-text' %} \ No newline at end of file +{% include 'emails.footer-text' %} diff --git a/resources/views/emails/footer-html.twig b/resources/views/emails/footer-html.twig index c058fcc605..6f4f219380 100644 --- a/resources/views/emails/footer-html.twig +++ b/resources/views/emails/footer-html.twig @@ -10,4 +10,4 @@

- \ No newline at end of file + diff --git a/resources/views/emails/header-html.twig b/resources/views/emails/header-html.twig index af1f37648b..f3a4e8edc7 100644 --- a/resources/views/emails/header-html.twig +++ b/resources/views/emails/header-html.twig @@ -7,4 +7,4 @@

Hi there, -

\ No newline at end of file +

diff --git a/resources/views/emails/locked-out-text.twig b/resources/views/emails/locked-out-text.twig index 6d5b1bc41c..81b3e54796 100644 --- a/resources/views/emails/locked-out-text.twig +++ b/resources/views/emails/locked-out-text.twig @@ -1,3 +1,3 @@ {% include 'emails.header-text' %} Firefly III has just locked out somebody trying to login with email address {{ email }}. -{% include 'emails.footer-text' %} \ No newline at end of file +{% include 'emails.footer-text' %} diff --git a/resources/views/emails/password-html.twig b/resources/views/emails/password-html.twig index a285167b6b..07e4e0a80a 100644 --- a/resources/views/emails/password-html.twig +++ b/resources/views/emails/password-html.twig @@ -10,4 +10,4 @@

{{ url }}

-{% include 'emails.footer-html' %} \ No newline at end of file +{% include 'emails.footer-html' %} diff --git a/resources/views/emails/password-text.twig b/resources/views/emails/password-text.twig index 3e64fe199a..0e67dd735b 100644 --- a/resources/views/emails/password-text.twig +++ b/resources/views/emails/password-text.twig @@ -4,4 +4,4 @@ Somebody tried to reset your password. If it was you, please follow the link bel PLEASE verify that the link actually goes to the Firefly III you expect it to go! {{ url }} -{% include 'emails.footer-text' %} \ No newline at end of file +{% include 'emails.footer-text' %} diff --git a/resources/views/emails/registered-text.twig b/resources/views/emails/registered-text.twig index 1fd9db6eb8..8c2aa00143 100644 --- a/resources/views/emails/registered-text.twig +++ b/resources/views/emails/registered-text.twig @@ -18,4 +18,4 @@ https://github.com/JC5/firefly-iii/wiki/First-use http://jc5.github.io/firefly-iii//description/ The registration has been created from IP {{ ip }} -{% include 'emails.footer-text' %} \ No newline at end of file +{% include 'emails.footer-text' %} diff --git a/resources/views/reports/budget/month.twig b/resources/views/reports/budget/month.twig index 73e030e106..dca1cc27b8 100644 --- a/resources/views/reports/budget/month.twig +++ b/resources/views/reports/budget/month.twig @@ -261,4 +261,4 @@ {% block styles %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/reports/category/month.twig b/resources/views/reports/category/month.twig index f01c9a5395..76df238013 100644 --- a/resources/views/reports/category/month.twig +++ b/resources/views/reports/category/month.twig @@ -400,4 +400,4 @@ {% block styles %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/reports/default/year.twig b/resources/views/reports/default/year.twig index bea5536237..328536ef03 100644 --- a/resources/views/reports/default/year.twig +++ b/resources/views/reports/default/year.twig @@ -193,4 +193,4 @@ {% endblock %} {% block styles %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/reports/options/no-options.twig b/resources/views/reports/options/no-options.twig index c5fbcb501f..0563b9dca3 100644 --- a/resources/views/reports/options/no-options.twig +++ b/resources/views/reports/options/no-options.twig @@ -1,3 +1,3 @@

{{ 'report_has_no_extra_options'|_ }} -

\ No newline at end of file +

diff --git a/resources/views/reports/partials/budget-period.twig b/resources/views/reports/partials/budget-period.twig index e7774f2461..86d5f98aed 100644 --- a/resources/views/reports/partials/budget-period.twig +++ b/resources/views/reports/partials/budget-period.twig @@ -35,4 +35,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/resources/views/search/index.twig b/resources/views/search/index.twig index e2e3a76ffe..e166a612c7 100644 --- a/resources/views/search/index.twig +++ b/resources/views/search/index.twig @@ -113,4 +113,4 @@ {% block styles %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/transactions/index-all.twig b/resources/views/transactions/index-all.twig index 270afeb6d1..3d63c4e0b1 100644 --- a/resources/views/transactions/index-all.twig +++ b/resources/views/transactions/index-all.twig @@ -20,4 +20,4 @@ {% endblock %} {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/transactions/index-date.twig b/resources/views/transactions/index-date.twig index 8250e832f7..149aeeeb27 100644 --- a/resources/views/transactions/index-date.twig +++ b/resources/views/transactions/index-date.twig @@ -20,4 +20,4 @@ {% endblock %} {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/vendor/.gitkeep b/resources/views/vendor/.gitkeep old mode 100755 new mode 100644 diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php old mode 100755 new mode 100644 diff --git a/tests/TestCase.php b/tests/TestCase.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/Controllers/HomeControllerTest.php b/tests/acceptance/Controllers/HomeControllerTest.php old mode 100755 new mode 100644 diff --git a/tests/unit/Models/TransactionTypeTest.php b/tests/unit/Models/TransactionTypeTest.php old mode 100755 new mode 100644