Skip to content

Commit 7fea6af

Browse files
actionmStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent d2ab8b5 commit 7fea6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebMoneyMerchant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public function payOrderFromGateOK()
351351
public function payOrderFromGate(Request $request)
352352
{
353353
if (! $request->has('LMI_HASH')) {
354-
return "OK";
354+
return 'OK';
355355
}
356356

357357
if ($request->has('LMI_PREREQUEST')) {

0 commit comments

Comments
 (0)