From 4b29979829952f57d3c247caf38e16cfd93cc897 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 15 Apr 2024 19:19:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Messages/NetopiaPaymentResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Messages/NetopiaPaymentResponse.php b/src/Messages/NetopiaPaymentResponse.php index 613240b..13fe947 100644 --- a/src/Messages/NetopiaPaymentResponse.php +++ b/src/Messages/NetopiaPaymentResponse.php @@ -110,7 +110,7 @@ public function getPaymentId(): string public function getStatus(): PaymentStatus { - if (null ===$this->status) { + if (null === $this->status) { if (!$this->wasSuccessful()) { $this->status = PaymentStatusProxy::DECLINED(); } else {