From a0a7d62e7dc1eabfb63dcf246a2137e0ef786433 Mon Sep 17 00:00:00 2001 From: Wesley Haegens Date: Mon, 23 Sep 2024 15:37:31 +0200 Subject: [PATCH] fixed whitespace --- src/Picqer/Financials/Exact/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picqer/Financials/Exact/Connection.php b/src/Picqer/Financials/Exact/Connection.php index 2a5d0b16..d3bc5e7c 100644 --- a/src/Picqer/Financials/Exact/Connection.php +++ b/src/Picqer/Financials/Exact/Connection.php @@ -427,7 +427,7 @@ public function getState() { return $this->state; } - + public function setState(string $state): void { $this->state = $state;