Skip to content

Commit 8ad634d

Browse files
authoredOct 2, 2018
Merge pull request #31 from RTLer/analysis-8PQaBo
Apply fixes from StyleCI
2 parents 932059a + e4f2d25 commit 8ad634d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/Zarinpal.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ public function redirect()
9494
header('Location: '.sprintf($this->redirectUrl, $this->Authority));
9595
die;
9696
}
97+
9798
/**
98-
* @return string
99-
*/
99+
* @return string
100+
*/
100101
public function redirectUrl()
101102
{
102103
return sprintf($this->redirectUrl, $this->Authority);

0 commit comments

Comments
 (0)