diff --git a/app/Export/ExpandedProcessor.php b/app/Export/ExpandedProcessor.php
index 569ff55d9d..8babc5b473 100644
--- a/app/Export/ExpandedProcessor.php
+++ b/app/Export/ExpandedProcessor.php
@@ -336,4 +336,4 @@ class ExpandedProcessor implements ProcessorInterface
return $result;
}
-}
\ No newline at end of file
+}
diff --git a/app/Http/Controllers/Admin/LinkController.php b/app/Http/Controllers/Admin/LinkController.php
index e4bdeff52b..569dd63121 100644
--- a/app/Http/Controllers/Admin/LinkController.php
+++ b/app/Http/Controllers/Admin/LinkController.php
@@ -220,4 +220,4 @@ class LinkController extends Controller
return redirect($this->getPreviousUri('link_types.edit.uri'));
}
-}
\ No newline at end of file
+}
diff --git a/app/Http/Controllers/Json/AutoCompleteController.php b/app/Http/Controllers/Json/AutoCompleteController.php
index 49a7fbc377..2a270da41a 100644
--- a/app/Http/Controllers/Json/AutoCompleteController.php
+++ b/app/Http/Controllers/Json/AutoCompleteController.php
@@ -166,4 +166,4 @@ class AutoCompleteController extends Controller
return Response::json($return);
}
-}
\ No newline at end of file
+}
diff --git a/app/Http/Controllers/Transaction/LinkController.php b/app/Http/Controllers/Transaction/LinkController.php
index 8fd296bfb0..4022e5fedc 100644
--- a/app/Http/Controllers/Transaction/LinkController.php
+++ b/app/Http/Controllers/Transaction/LinkController.php
@@ -134,4 +134,4 @@ class LinkController extends Controller
return redirect(URL::previous());
}
-}
\ No newline at end of file
+}
diff --git a/app/Import/Storage/ImportSupport.php b/app/Import/Storage/ImportSupport.php
index aa7b1dbf99..56e8f9393e 100644
--- a/app/Import/Storage/ImportSupport.php
+++ b/app/Import/Storage/ImportSupport.php
@@ -441,4 +441,4 @@ trait ImportSupport
return;
}
-}
\ No newline at end of file
+}
diff --git a/app/Models/LinkType.php b/app/Models/LinkType.php
index ced7c9a08f..94d5cf74a1 100644
--- a/app/Models/LinkType.php
+++ b/app/Models/LinkType.php
@@ -59,4 +59,4 @@ class LinkType extends Model
return $this->hasMany(TransactionJournalLink::class);
}
-}
\ No newline at end of file
+}
diff --git a/app/Models/TransactionJournalLink.php b/app/Models/TransactionJournalLink.php
index 5569091f5d..0d2bac9193 100644
--- a/app/Models/TransactionJournalLink.php
+++ b/app/Models/TransactionJournalLink.php
@@ -102,4 +102,4 @@ class TransactionJournalLink extends Model
}
-}
\ No newline at end of file
+}
diff --git a/app/Providers/AdminServiceProvider.php b/app/Providers/AdminServiceProvider.php
index a325823f06..764953698f 100644
--- a/app/Providers/AdminServiceProvider.php
+++ b/app/Providers/AdminServiceProvider.php
@@ -60,4 +60,4 @@ class AdminServiceProvider extends ServiceProvider
);
}
-}
\ No newline at end of file
+}
diff --git a/app/Repositories/LinkType/LinkTypeRepository.php b/app/Repositories/LinkType/LinkTypeRepository.php
index 71227914f4..55f1bdb8fe 100644
--- a/app/Repositories/LinkType/LinkTypeRepository.php
+++ b/app/Repositories/LinkType/LinkTypeRepository.php
@@ -178,4 +178,4 @@ class LinkTypeRepository implements LinkTypeRepositoryInterface
return $linkType;
}
-}
\ No newline at end of file
+}
diff --git a/app/Repositories/LinkType/LinkTypeRepositoryInterface.php b/app/Repositories/LinkType/LinkTypeRepositoryInterface.php
index 2be29a4084..32042514e6 100644
--- a/app/Repositories/LinkType/LinkTypeRepositoryInterface.php
+++ b/app/Repositories/LinkType/LinkTypeRepositoryInterface.php
@@ -99,4 +99,4 @@ interface LinkTypeRepositoryInterface
*/
public function update(LinkType $linkType, array $data): LinkType;
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Id/BunqId.php b/app/Services/Bunq/Id/BunqId.php
index 9752d71ba3..a6b05054c8 100644
--- a/app/Services/Bunq/Id/BunqId.php
+++ b/app/Services/Bunq/Id/BunqId.php
@@ -40,4 +40,4 @@ class BunqId
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Id/DeviceServerId.php b/app/Services/Bunq/Id/DeviceServerId.php
index b8b845fd7e..aa24f4a884 100644
--- a/app/Services/Bunq/Id/DeviceServerId.php
+++ b/app/Services/Bunq/Id/DeviceServerId.php
@@ -22,4 +22,4 @@ namespace FireflyIII\Services\Bunq\Id;
class DeviceServerId extends BunqId
{
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Id/DeviceSessionId.php b/app/Services/Bunq/Id/DeviceSessionId.php
index 2010ec1e9f..2c953f2030 100644
--- a/app/Services/Bunq/Id/DeviceSessionId.php
+++ b/app/Services/Bunq/Id/DeviceSessionId.php
@@ -21,4 +21,4 @@ namespace FireflyIII\Services\Bunq\Id;
class DeviceSessionId extends BunqId
{
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Id/InstallationId.php b/app/Services/Bunq/Id/InstallationId.php
index 3716b1dab9..f08382d974 100644
--- a/app/Services/Bunq/Id/InstallationId.php
+++ b/app/Services/Bunq/Id/InstallationId.php
@@ -21,4 +21,4 @@ namespace FireflyIII\Services\Bunq\Id;
class InstallationId extends BunqId
{
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/Alias.php b/app/Services/Bunq/Object/Alias.php
index 7b0ed84ea3..f2e45f2114 100644
--- a/app/Services/Bunq/Object/Alias.php
+++ b/app/Services/Bunq/Object/Alias.php
@@ -65,4 +65,4 @@ class Alias extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/Amount.php b/app/Services/Bunq/Object/Amount.php
index cd7782a0ad..c1f647c496 100644
--- a/app/Services/Bunq/Object/Amount.php
+++ b/app/Services/Bunq/Object/Amount.php
@@ -54,4 +54,4 @@ class Amount extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/Avatar.php b/app/Services/Bunq/Object/Avatar.php
index adfc41cde6..576ad8d660 100644
--- a/app/Services/Bunq/Object/Avatar.php
+++ b/app/Services/Bunq/Object/Avatar.php
@@ -20,4 +20,4 @@ namespace FireflyIII\Services\Bunq\Object;
class Avatar extends BunqObject
{
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/BunqObject.php b/app/Services/Bunq/Object/BunqObject.php
index 069348169b..ae0ea65345 100644
--- a/app/Services/Bunq/Object/BunqObject.php
+++ b/app/Services/Bunq/Object/BunqObject.php
@@ -20,4 +20,4 @@ namespace FireflyIII\Services\Bunq\Object;
class BunqObject
{
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/DeviceServer.php b/app/Services/Bunq/Object/DeviceServer.php
index 35d1dd712b..5818e209d6 100644
--- a/app/Services/Bunq/Object/DeviceServer.php
+++ b/app/Services/Bunq/Object/DeviceServer.php
@@ -60,4 +60,4 @@ class DeviceServer extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/MonetaryAccountBank.php b/app/Services/Bunq/Object/MonetaryAccountBank.php
index 5082c858e0..858e0176a9 100644
--- a/app/Services/Bunq/Object/MonetaryAccountBank.php
+++ b/app/Services/Bunq/Object/MonetaryAccountBank.php
@@ -148,4 +148,4 @@ class MonetaryAccountBank extends BunqObject
return $this->setting;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/MonetaryAccountProfile.php b/app/Services/Bunq/Object/MonetaryAccountProfile.php
index a19d3403ee..187e9d772a 100644
--- a/app/Services/Bunq/Object/MonetaryAccountProfile.php
+++ b/app/Services/Bunq/Object/MonetaryAccountProfile.php
@@ -41,4 +41,4 @@ class MonetaryAccountProfile extends BunqObject
return;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/MonetaryAccountSetting.php b/app/Services/Bunq/Object/MonetaryAccountSetting.php
index 38fe8db75d..054d4e54e0 100644
--- a/app/Services/Bunq/Object/MonetaryAccountSetting.php
+++ b/app/Services/Bunq/Object/MonetaryAccountSetting.php
@@ -65,4 +65,4 @@ class MonetaryAccountSetting extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/NotificationFilter.php b/app/Services/Bunq/Object/NotificationFilter.php
index 06bf96b01e..c6c89d1ada 100644
--- a/app/Services/Bunq/Object/NotificationFilter.php
+++ b/app/Services/Bunq/Object/NotificationFilter.php
@@ -30,4 +30,4 @@ class NotificationFilter extends BunqObject
exit;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/ServerPublicKey.php b/app/Services/Bunq/Object/ServerPublicKey.php
index 56aa17654b..11b9213d08 100644
--- a/app/Services/Bunq/Object/ServerPublicKey.php
+++ b/app/Services/Bunq/Object/ServerPublicKey.php
@@ -49,4 +49,4 @@ class ServerPublicKey extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/UserCompany.php b/app/Services/Bunq/Object/UserCompany.php
index a0efcaf876..4529924969 100644
--- a/app/Services/Bunq/Object/UserCompany.php
+++ b/app/Services/Bunq/Object/UserCompany.php
@@ -103,4 +103,4 @@ class UserCompany extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/UserLight.php b/app/Services/Bunq/Object/UserLight.php
index baed9d9620..cad3a8c6be 100644
--- a/app/Services/Bunq/Object/UserLight.php
+++ b/app/Services/Bunq/Object/UserLight.php
@@ -67,4 +67,4 @@ class UserLight extends BunqObject
// aliases
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Object/UserPerson.php b/app/Services/Bunq/Object/UserPerson.php
index c9a29ebb4d..0fea94bd44 100644
--- a/app/Services/Bunq/Object/UserPerson.php
+++ b/app/Services/Bunq/Object/UserPerson.php
@@ -143,4 +143,4 @@ class UserPerson extends BunqObject
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/BunqRequest.php b/app/Services/Bunq/Request/BunqRequest.php
index 0046d2f35b..b54cbd8890 100644
--- a/app/Services/Bunq/Request/BunqRequest.php
+++ b/app/Services/Bunq/Request/BunqRequest.php
@@ -448,4 +448,4 @@ abstract class BunqRequest
return true;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php b/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php
index 66c5d1eecc..cccb466c9b 100644
--- a/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php
+++ b/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php
@@ -46,4 +46,4 @@ class DeleteDeviceSessionRequest extends BunqRequest
{
$this->sessionToken = $sessionToken;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/DeviceServerRequest.php b/app/Services/Bunq/Request/DeviceServerRequest.php
index d997064656..8b5c0a2d1a 100644
--- a/app/Services/Bunq/Request/DeviceServerRequest.php
+++ b/app/Services/Bunq/Request/DeviceServerRequest.php
@@ -79,4 +79,4 @@ class DeviceServerRequest extends BunqRequest
{
$this->permittedIps = $permittedIps;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/DeviceSessionRequest.php b/app/Services/Bunq/Request/DeviceSessionRequest.php
index 66bc0dc768..c2658afb72 100644
--- a/app/Services/Bunq/Request/DeviceSessionRequest.php
+++ b/app/Services/Bunq/Request/DeviceSessionRequest.php
@@ -146,4 +146,4 @@ class DeviceSessionRequest extends BunqRequest
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/InstallationTokenRequest.php b/app/Services/Bunq/Request/InstallationTokenRequest.php
index d941e09a6c..829c5986e3 100644
--- a/app/Services/Bunq/Request/InstallationTokenRequest.php
+++ b/app/Services/Bunq/Request/InstallationTokenRequest.php
@@ -144,4 +144,4 @@ class InstallationTokenRequest extends BunqRequest
return $serverPublicKey;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/ListDeviceServerRequest.php b/app/Services/Bunq/Request/ListDeviceServerRequest.php
index ee9548b74a..fe0f33dec2 100644
--- a/app/Services/Bunq/Request/ListDeviceServerRequest.php
+++ b/app/Services/Bunq/Request/ListDeviceServerRequest.php
@@ -71,4 +71,4 @@ class ListDeviceServerRequest extends BunqRequest
{
$this->installationToken = $installationToken;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/ListMonetaryAccountRequest.php b/app/Services/Bunq/Request/ListMonetaryAccountRequest.php
index 8022149b71..b2762de940 100644
--- a/app/Services/Bunq/Request/ListMonetaryAccountRequest.php
+++ b/app/Services/Bunq/Request/ListMonetaryAccountRequest.php
@@ -76,4 +76,4 @@ class ListMonetaryAccountRequest extends BunqRequest
$this->userId = $userId;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Request/ListUserRequest.php b/app/Services/Bunq/Request/ListUserRequest.php
index 06dbeb96de..06acb45647 100644
--- a/app/Services/Bunq/Request/ListUserRequest.php
+++ b/app/Services/Bunq/Request/ListUserRequest.php
@@ -87,4 +87,4 @@ class ListUserRequest extends BunqRequest
{
$this->sessionToken = $sessionToken;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Token/BunqToken.php b/app/Services/Bunq/Token/BunqToken.php
index 7cb9ba486d..9f27fcbe92 100644
--- a/app/Services/Bunq/Token/BunqToken.php
+++ b/app/Services/Bunq/Token/BunqToken.php
@@ -86,4 +86,4 @@ class BunqToken
return;
}
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Token/InstallationToken.php b/app/Services/Bunq/Token/InstallationToken.php
index 59777b0f3a..30bd7f5ac4 100644
--- a/app/Services/Bunq/Token/InstallationToken.php
+++ b/app/Services/Bunq/Token/InstallationToken.php
@@ -21,4 +21,4 @@ class InstallationToken extends BunqToken
{
-}
\ No newline at end of file
+}
diff --git a/app/Services/Bunq/Token/SessionToken.php b/app/Services/Bunq/Token/SessionToken.php
index f6b1218f56..8dfb6da1c5 100644
--- a/app/Services/Bunq/Token/SessionToken.php
+++ b/app/Services/Bunq/Token/SessionToken.php
@@ -22,4 +22,4 @@ namespace FireflyIII\Services\Bunq\Token;
class SessionToken extends BunqToken
{
-}
\ No newline at end of file
+}
diff --git a/app/Support/Import/Information/BunqInformation.php b/app/Support/Import/Information/BunqInformation.php
index 6d0c955280..8f59243286 100644
--- a/app/Support/Import/Information/BunqInformation.php
+++ b/app/Support/Import/Information/BunqInformation.php
@@ -199,4 +199,4 @@ class BunqInformation implements InformationInterface
return $sessionToken;
}
-}
\ No newline at end of file
+}
diff --git a/app/Support/Import/Information/InformationInterface.php b/app/Support/Import/Information/InformationInterface.php
index 47dbf90ef4..9cf5106082 100644
--- a/app/Support/Import/Information/InformationInterface.php
+++ b/app/Support/Import/Information/InformationInterface.php
@@ -46,4 +46,4 @@ interface InformationInterface
* @return array
*/
public function getAccounts(): array;
-}
\ No newline at end of file
+}
diff --git a/database/migrations/2017_08_20_062014_changes_for_v470.php b/database/migrations/2017_08_20_062014_changes_for_v470.php
index c548d4fca3..942ef5e788 100644
--- a/database/migrations/2017_08_20_062014_changes_for_v470.php
+++ b/database/migrations/2017_08_20_062014_changes_for_v470.php
@@ -1,4 +1,6 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/resources/views/admin/link/show.twig b/resources/views/admin/link/show.twig
index 06a834d683..813f53e534 100644
--- a/resources/views/admin/link/show.twig
+++ b/resources/views/admin/link/show.twig
@@ -59,4 +59,4 @@
{% block styles %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig
index 0fe99308d4..b48745e424 100644
--- a/resources/views/transactions/show.twig
+++ b/resources/views/transactions/show.twig
@@ -490,4 +490,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php b/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php
index e00cfb2c13..ccdea87a69 100644
--- a/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php
+++ b/tests/Feature/Controllers/Json/AutoCompleteControllerTest.php
@@ -84,4 +84,4 @@ class AutoCompleteControllerTest extends TestCase
$response->assertExactJson([$account->name]);
}
-}
\ No newline at end of file
+}