From d12742d83f89de3bab6493ee48b04c9928b21920 Mon Sep 17 00:00:00 2001 From: sandervanhooft Date: Fri, 13 Oct 2023 13:42:39 +0000 Subject: [PATCH] Fix styling --- src/Endpoints/SettlementCaptureEndpoint.php | 2 +- src/Endpoints/SettlementChargebackEndpoint.php | 2 +- src/Endpoints/SettlementRefundEndpoint.php | 2 +- src/Resources/Settlement.php | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Endpoints/SettlementCaptureEndpoint.php b/src/Endpoints/SettlementCaptureEndpoint.php index 98dded78..0c46d330 100644 --- a/src/Endpoints/SettlementCaptureEndpoint.php +++ b/src/Endpoints/SettlementCaptureEndpoint.php @@ -41,4 +41,4 @@ public function pageForId(string $settlementId, string $from = null, int $limit return $this->rest_list($from, $limit, $parameters); } -} \ No newline at end of file +} diff --git a/src/Endpoints/SettlementChargebackEndpoint.php b/src/Endpoints/SettlementChargebackEndpoint.php index 088f5250..850d0256 100644 --- a/src/Endpoints/SettlementChargebackEndpoint.php +++ b/src/Endpoints/SettlementChargebackEndpoint.php @@ -44,4 +44,4 @@ public function pageForId(string $settlementId, string $from = null, int $limit return $this->rest_list($from, $limit, $parameters); } -} \ No newline at end of file +} diff --git a/src/Endpoints/SettlementRefundEndpoint.php b/src/Endpoints/SettlementRefundEndpoint.php index 84cfcd62..31e9c1d1 100644 --- a/src/Endpoints/SettlementRefundEndpoint.php +++ b/src/Endpoints/SettlementRefundEndpoint.php @@ -44,4 +44,4 @@ public function pageForId(string $settlementId, string $from = null, int $limit return $this->rest_list($from, $limit, $parameters); } -} \ No newline at end of file +} diff --git a/src/Resources/Settlement.php b/src/Resources/Settlement.php index b598fd25..54f71cd2 100644 --- a/src/Resources/Settlement.php +++ b/src/Resources/Settlement.php @@ -3,7 +3,6 @@ namespace Mollie\Api\Resources; use Mollie\Api\Exceptions\ApiException; -use Mollie\Api\MollieApiClient; use Mollie\Api\Types\SettlementStatus; class Settlement extends BaseResource