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);