Skip to content

Commit b61df72

Browse files
committed
Cs fix
1 parent eb78f3c commit b61df72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Omnipay/Common/Message/AbstractResponse.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ public function getRedirectUrl()
172172
*
173173
* @return string
174174
*/
175-
public function getRedirectMethod(){
175+
public function getRedirectMethod()
176+
{
176177
return 'GET';
177178
}
178179

0 commit comments

Comments
 (0)