diff --git a/.coveralls.yml b/.coveralls.yml index 68c3d23770..8951ac7b73 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,3 +1,3 @@ src_dir: . coverage_clover: tests/_output/coverage.xml -json_path: tests/_output/coveralls-upload.json \ No newline at end of file +json_path: tests/_output/coveralls-upload.json diff --git a/.gitignore b/.gitignore index ccc58cf470..0ca3cc6632 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ composer.phar .env.*.php .env.php -.DS_Store Thumbs.db .idea/ tests/_output/* diff --git a/.travis.yml b/.travis.yml index 7638995c02..1f82f07b02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - php vendor/bin/codecept run --coverage --coverage-xml after_script: - - php vendor/bin/coveralls \ No newline at end of file + - php vendor/bin/coveralls diff --git a/README.md b/README.md index 25c2f0d92b..e61b574ee0 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ I have the basics up and running. Test coverage is currently coming, slowly. Although I have not checked extensively, some forms and views have CSRF vulnerabilities. This is because not all views escape all characters by default. Will be fixed. -Questions, ideas or other things to contribute? [Let me know](https://github.com/JC5/firefly-iii/issues/new)! \ No newline at end of file +Questions, ideas or other things to contribute? [Let me know](https://github.com/JC5/firefly-iii/issues/new)! diff --git a/app/config/.gitignore b/app/config/.gitignore index 8205aab29b..10601ce198 100644 --- a/app/config/.gitignore +++ b/app/config/.gitignore @@ -1,4 +1,4 @@ local/ laptop/ vagrant/ -production/ \ No newline at end of file +production/ diff --git a/app/lib/FireflyIII/Report/Report.php b/app/lib/FireflyIII/Report/Report.php index dd396b6cc8..3b012bcc1c 100644 --- a/app/lib/FireflyIII/Report/Report.php +++ b/app/lib/FireflyIII/Report/Report.php @@ -295,7 +295,7 @@ class Report implements ReportInterface $end = clone $date; $end->endOfMonth(); - $set = \PiggyBank:: + \PiggyBank:: leftJoin('accounts', 'accounts.id', '=', 'piggy_banks.account_id') ->where('accounts.user_id', \Auth::user()->id) ->where('repeats', 0) diff --git a/app/storage/.gitignore b/app/storage/.gitignore index 35b719c69a..2fe64d84cc 100644 --- a/app/storage/.gitignore +++ b/app/storage/.gitignore @@ -1 +1 @@ -services.manifest \ No newline at end of file +services.manifest diff --git a/app/storage/cache/.gitignore b/app/storage/cache/.gitignore index c96a04f008..d6b7ef32c8 100644 --- a/app/storage/cache/.gitignore +++ b/app/storage/cache/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/app/storage/debugbar/.gitignore b/app/storage/debugbar/.gitignore index c96a04f008..d6b7ef32c8 100644 --- a/app/storage/debugbar/.gitignore +++ b/app/storage/debugbar/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/app/storage/logs/.gitignore b/app/storage/logs/.gitignore index c96a04f008..d6b7ef32c8 100644 --- a/app/storage/logs/.gitignore +++ b/app/storage/logs/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/app/storage/meta/.gitignore b/app/storage/meta/.gitignore index c96a04f008..d6b7ef32c8 100644 --- a/app/storage/meta/.gitignore +++ b/app/storage/meta/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/app/storage/sessions/.gitignore b/app/storage/sessions/.gitignore index c96a04f008..d6b7ef32c8 100644 --- a/app/storage/sessions/.gitignore +++ b/app/storage/sessions/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/app/storage/views/.gitignore b/app/storage/views/.gitignore index c96a04f008..d6b7ef32c8 100644 --- a/app/storage/views/.gitignore +++ b/app/storage/views/.gitignore @@ -1,2 +1,2 @@ * -!.gitignore \ No newline at end of file +!.gitignore diff --git a/codeception.yml b/codeception.yml index c8dc7c62e3..1c64b071f9 100644 --- a/codeception.yml +++ b/codeception.yml @@ -19,4 +19,4 @@ coverage: - app/models/* - app/lib/FireflyIII/* exclude: - - app/controllers/BaseController.php \ No newline at end of file + - app/controllers/BaseController.php diff --git a/provider/assets/stylesheets/readme.txt b/provider/assets/stylesheets/readme.txt index d8f094f58d..cd3d23335f 100644 --- a/provider/assets/stylesheets/readme.txt +++ b/provider/assets/stylesheets/readme.txt @@ -1 +1 @@ -No vendor/provider stylesheets here at the moment. But this is where you could put things like twitter bootstrap, gumby, font awesome... \ No newline at end of file +No vendor/provider stylesheets here at the moment. But this is where you could put things like twitter bootstrap, gumby, font awesome... diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 407ab416ff..601e703cd6 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -7,4 +7,4 @@ class_name: AcceptanceTester modules: enabled: - - AcceptanceHelper \ No newline at end of file + - AcceptanceHelper diff --git a/tests/functional.suite.yml b/tests/functional.suite.yml index db06c29796..d3effb537d 100644 --- a/tests/functional.suite.yml +++ b/tests/functional.suite.yml @@ -17,4 +17,4 @@ modules: dump: tests/_data/dump.sql Laravel4: environment: 'testing' - filters: false \ No newline at end of file + filters: false