From 77d1e8d5b305a6b5aea91b199daffc4297ee66f0 Mon Sep 17 00:00:00 2001 From: mahdikhanzadi <6291970+khanzadimahdi@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:37:30 +0200 Subject: [PATCH] Apply fixes from StyleCI (#262) Co-authored-by: StyleCI Bot --- src/Drivers/Pna/Pna.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drivers/Pna/Pna.php b/src/Drivers/Pna/Pna.php index 7d81985..a5f0828 100644 --- a/src/Drivers/Pna/Pna.php +++ b/src/Drivers/Pna/Pna.php @@ -151,4 +151,4 @@ public function verify(): ReceiptInterface ]); return $receipt; } -} \ No newline at end of file +}