From e4f2d250223d5e51c7af3602b2315cb789adbf50 Mon Sep 17 00:00:00 2001 From: hooman naghiee Date: Tue, 2 Oct 2018 10:39:04 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Zarinpal.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Zarinpal.php b/src/Zarinpal.php index 03999f7..4c60a5d 100644 --- a/src/Zarinpal.php +++ b/src/Zarinpal.php @@ -94,9 +94,10 @@ public function redirect() header('Location: '.sprintf($this->redirectUrl, $this->Authority)); die; } + /** - * @return string - */ + * @return string + */ public function redirectUrl() { return sprintf($this->redirectUrl, $this->Authority);