diff --git a/.codeclimate.yml b/.codeclimate.yml index c9321f3aee..9c6d37baf6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -22,4 +22,4 @@ exclude_paths: - "resources/lang/*" - "tests/*" - "database/*" -- "storage/*" \ No newline at end of file +- "storage/*" diff --git a/tests/helpers/ReportQueryTest.php b/tests/helpers/ReportQueryTest.php index 0c9a5d431b..894d037af4 100644 --- a/tests/helpers/ReportQueryTest.php +++ b/tests/helpers/ReportQueryTest.php @@ -398,4 +398,4 @@ class ReportQueryTest extends TestCase $this->assertEquals(0, $result); } -} \ No newline at end of file +} diff --git a/tests/models/AccountModelTest.php b/tests/models/AccountModelTest.php index ecb78a2490..aca43a7595 100644 --- a/tests/models/AccountModelTest.php +++ b/tests/models/AccountModelTest.php @@ -137,4 +137,4 @@ class AccountModelTest extends TestCase } -} \ No newline at end of file +} diff --git a/tests/models/CategoryModelTest.php b/tests/models/CategoryModelTest.php index 59f5eeb2c8..c4abe4cfb5 100644 --- a/tests/models/CategoryModelTest.php +++ b/tests/models/CategoryModelTest.php @@ -73,4 +73,4 @@ class CategoryModelTest extends TestCase $this->assertNotEquals($result->id, $category->id); } -} \ No newline at end of file +} diff --git a/tests/models/TagModelTest.php b/tests/models/TagModelTest.php index 6391e31142..d9b42ed2c3 100644 --- a/tests/models/TagModelTest.php +++ b/tests/models/TagModelTest.php @@ -74,4 +74,4 @@ class TagModelTest extends TestCase $this->assertEquals($tag->id, $result->id); } -} \ No newline at end of file +} diff --git a/tests/models/TransactionJournalModelTest.php b/tests/models/TransactionJournalModelTest.php index 20711f10de..0b7094cc3a 100644 --- a/tests/models/TransactionJournalModelTest.php +++ b/tests/models/TransactionJournalModelTest.php @@ -385,4 +385,4 @@ class TransactionJournalModelTest extends TestCase $this->assertEquals($asset->id, $result->id); } -} \ No newline at end of file +}