From 3d2e198cf51fa43e8f68d7f9c18d626c77b773a8 Mon Sep 17 00:00:00 2001 From: Panu Kareinen Date: Tue, 19 Nov 2024 13:56:10 +0200 Subject: [PATCH] linter fix for end of line --- src/Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gateway.php b/src/Gateway.php index 6f99e9b1..5a669fc5 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -2373,4 +2373,4 @@ protected function signature_error( HmacException $exception, $die = true) { $this->error($exception, $message, $die); } -} \ No newline at end of file +}