Skip to content

Commit

Permalink
Merge pull request #31 from RTLer/analysis-8PQaBo
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
RTLer authored Oct 2, 2018
2 parents 932059a + e4f2d25 commit 8ad634d
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 8ad634d

Please sign in to comment.