From 6a1d39d5f8ae2f468736d8152eba23b801c6b951 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 19 Mar 2018 13:23:26 +0100 Subject: [PATCH] Add newlines and strict type declarations. --- app/Http/Controllers/System/InstallController.php | 2 +- app/Http/Middleware/Installer.php | 1 + app/Import/Routine/BunqRoutine.php | 2 +- app/Services/Bunq/Object/LabelMonetaryAccount.php | 2 +- app/Services/Bunq/Object/Payment.php | 2 +- app/Services/Bunq/Request/ListPaymentRequest.php | 2 +- config/hashing.php | 3 ++- config/logging.php | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/Http/Controllers/System/InstallController.php b/app/Http/Controllers/System/InstallController.php index 1774d68517..0e7864d422 100644 --- a/app/Http/Controllers/System/InstallController.php +++ b/app/Http/Controllers/System/InstallController.php @@ -112,4 +112,4 @@ class InstallController extends Controller return response()->json(['OK']); } -} \ No newline at end of file +} diff --git a/app/Http/Middleware/Installer.php b/app/Http/Middleware/Installer.php index 7fd066f7eb..9bc82a4759 100644 --- a/app/Http/Middleware/Installer.php +++ b/app/Http/Middleware/Installer.php @@ -1,4 +1,5 @@ repository->setStatus($this->job, $status); } -} \ No newline at end of file +} diff --git a/app/Services/Bunq/Object/LabelMonetaryAccount.php b/app/Services/Bunq/Object/LabelMonetaryAccount.php index 03c53745b5..f203315318 100644 --- a/app/Services/Bunq/Object/LabelMonetaryAccount.php +++ b/app/Services/Bunq/Object/LabelMonetaryAccount.php @@ -30,4 +30,4 @@ namespace FireflyIII\Services\Bunq\Object; class LabelMonetaryAccount extends BunqObject { -} \ No newline at end of file +} diff --git a/app/Services/Bunq/Object/Payment.php b/app/Services/Bunq/Object/Payment.php index f94545afa9..8a548ddb52 100644 --- a/app/Services/Bunq/Object/Payment.php +++ b/app/Services/Bunq/Object/Payment.php @@ -67,4 +67,4 @@ class Payment extends BunqObject exit; } -} \ No newline at end of file +} diff --git a/app/Services/Bunq/Request/ListPaymentRequest.php b/app/Services/Bunq/Request/ListPaymentRequest.php index ed5b99d978..0dbcd08dea 100644 --- a/app/Services/Bunq/Request/ListPaymentRequest.php +++ b/app/Services/Bunq/Request/ListPaymentRequest.php @@ -92,4 +92,4 @@ class ListPaymentRequest extends BunqRequest { $this->userId = $userId; } -} \ No newline at end of file +} diff --git a/config/hashing.php b/config/hashing.php index d0cf7310c4..77a4458077 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -1,4 +1,5 @@ 'bcrypt', -]; \ No newline at end of file +]; diff --git a/config/logging.php b/config/logging.php index db89ee636a..7f4e851d5d 100644 --- a/config/logging.php +++ b/config/logging.php @@ -94,4 +94,4 @@ return [ ], ], -]; \ No newline at end of file +];