Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb16ef8

Browse files
committed
2 parents 829b821 + 29e56dd commit bb16ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Message/DirectPostAuthorizeResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DirectPostAuthorizeResponse extends AbstractResponse implements RedirectRe
1818

1919
/**
2020
* @param RequestInterface $request
21-
* @param array $data
21+
* @param array $data
2222
* @param $redirectUrl
2323
*/
2424
public function __construct(RequestInterface $request, $data, $redirectUrl)
@@ -71,7 +71,7 @@ public function getRedirectResponse()
7171
'<input type="hidden" name="%1$s" value="%2$s" />',
7272
htmlentities($key, ENT_QUOTES, 'UTF-8', false),
7373
htmlentities($value, ENT_QUOTES, 'UTF-8', false)
74-
) . "\n";
74+
)."\n";
7575
}
7676

7777
$style = '<style>
@@ -143,6 +143,6 @@ public function getRedirectResponse()
143143
return HttpResponse::create($output);
144144
}
145145

146-
throw new RuntimeException('Invalid redirect method "' . $this->getRedirectMethod() . '".');
146+
throw new RuntimeException('Invalid redirect method "'.$this->getRedirectMethod().'".');
147147
}
148148
}

0 commit comments

Comments
 (0)