Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer authored and StyleCIBot committed Oct 2, 2018
1 parent 932059a commit e4f2d25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Zarinpal.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e4f2d25

Please sign in to comment.