diff --git a/app/Http/Controllers/Import/BankController.php b/app/Http/Controllers/Import/BankController.php
index e335316d00..d78620c9e3 100644
--- a/app/Http/Controllers/Import/BankController.php
+++ b/app/Http/Controllers/Import/BankController.php
@@ -46,4 +46,4 @@ class BankController extends Controller
}
-}
\ No newline at end of file
+}
diff --git a/app/Http/Controllers/Import/FileController.php b/app/Http/Controllers/Import/FileController.php
index da8c5c76e5..b2614a94b9 100644
--- a/app/Http/Controllers/Import/FileController.php
+++ b/app/Http/Controllers/Import/FileController.php
@@ -303,4 +303,4 @@ class FileController extends Controller
return $configurator;
}
-}
\ No newline at end of file
+}
diff --git a/app/Http/Controllers/Json/IntroController.php b/app/Http/Controllers/Json/IntroController.php
index c86ac5a8ad..dce06f4867 100644
--- a/app/Http/Controllers/Json/IntroController.php
+++ b/app/Http/Controllers/Json/IntroController.php
@@ -163,4 +163,4 @@ class IntroController
return $steps;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Password/PwndVerifier.php b/app/Services/Password/PwndVerifier.php
index 71ca5948fd..1206195283 100644
--- a/app/Services/Password/PwndVerifier.php
+++ b/app/Services/Password/PwndVerifier.php
@@ -48,4 +48,4 @@ class PwndVerifier implements Verifier
return false;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Password/Verifier.php b/app/Services/Password/Verifier.php
index 0c3d4c2f71..683a63d7cc 100644
--- a/app/Services/Password/Verifier.php
+++ b/app/Services/Password/Verifier.php
@@ -27,4 +27,4 @@ interface Verifier
*/
public function validPassword(string $password): bool;
-}
\ No newline at end of file
+}
diff --git a/app/Support/Import/Prerequisites/BunqPrerequisites.php b/app/Support/Import/Prerequisites/BunqPrerequisites.php
index c1339e1451..f0cd1ed377 100644
--- a/app/Support/Import/Prerequisites/BunqPrerequisites.php
+++ b/app/Support/Import/Prerequisites/BunqPrerequisites.php
@@ -68,4 +68,4 @@ class BunqPrerequisites implements PrerequisitesInterface
return;
}
-}
\ No newline at end of file
+}
diff --git a/app/Support/Import/Prerequisites/PrerequisitesInterface.php b/app/Support/Import/Prerequisites/PrerequisitesInterface.php
index 56c7186f82..803ee90e7e 100644
--- a/app/Support/Import/Prerequisites/PrerequisitesInterface.php
+++ b/app/Support/Import/Prerequisites/PrerequisitesInterface.php
@@ -44,4 +44,4 @@ interface PrerequisitesInterface
* @param User $user
*/
public function setUser(User $user): void;
-}
\ No newline at end of file
+}
diff --git a/config/intro.php b/config/intro.php
index 6ac626f98e..8cbee59399 100644
--- a/config/intro.php
+++ b/config/intro.php
@@ -156,4 +156,4 @@ return [
'currencies_create' => [
'code' => ['element' => '#ffInput_code',],
],
-];
\ No newline at end of file
+];
diff --git a/resources/views/partials/empty.twig b/resources/views/partials/empty.twig
index 0bd2986753..15742447cb 100644
--- a/resources/views/partials/empty.twig
+++ b/resources/views/partials/empty.twig
@@ -23,4 +23,4 @@
\ No newline at end of file
+
diff --git a/resources/views/search/index.twig b/resources/views/search/index.twig
index 9f2dfd1d62..5748fe201f 100644
--- a/resources/views/search/index.twig
+++ b/resources/views/search/index.twig
@@ -94,4 +94,4 @@
var searchUri = "{{ route('search.search') }}";
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/resources/views/search/search.twig b/resources/views/search/search.twig
index 61e89915b4..7246206688 100644
--- a/resources/views/search/search.twig
+++ b/resources/views/search/search.twig
@@ -69,4 +69,4 @@
{% endfor %}
-
\ No newline at end of file
+
diff --git a/tests/Feature/Controllers/Import/FileControllerTest.php b/tests/Feature/Controllers/Import/FileControllerTest.php
index 0c8ad37202..ff22a0f856 100644
--- a/tests/Feature/Controllers/Import/FileControllerTest.php
+++ b/tests/Feature/Controllers/Import/FileControllerTest.php
@@ -212,4 +212,4 @@ class FileControllerTest extends TestCase
$response->assertRedirect(route('import.file.configure', ['new']));
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Transaction/SplitControllerTest.php b/tests/Feature/Controllers/Transaction/SplitControllerTest.php
index ebd03d9aae..8bce207b05 100644
--- a/tests/Feature/Controllers/Transaction/SplitControllerTest.php
+++ b/tests/Feature/Controllers/Transaction/SplitControllerTest.php
@@ -140,7 +140,6 @@ class SplitControllerTest extends TestCase
$repository->shouldReceive('first')->times(2)->andReturn(new TransactionJournal);
-
$attachmentRepos = $this->mock(AttachmentHelperInterface::class);
$attachmentRepos->shouldReceive('saveAttachmentsForModel');
$attachmentRepos->shouldReceive('getMessages')->andReturn(new MessageBag);