Passed
Push — master ( 04467f...20ef0c )
by Monthon
01:46
created
src/ScbQr.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
         $command .= self::INITIAL_METHOD_OF_QR;
31 31
 
32 32
         # Reference Code
33
-        $ref_01 = $this->f('02',  $ref_1);
34
-        $ref_02 = $this->f('03',  $ref_2);
33
+        $ref_01 = $this->f('02', $ref_1);
34
+        $ref_02 = $this->f('03', $ref_2);
35 35
         $ref_command = self::SCB_PAYMENT_CODE . $billerId . $ref_01 . $ref_02;
36 36
 
37
-        $command .=  $this->f('30', $ref_command);
37
+        $command .= $this->f('30', $ref_command);
38 38
 
39 39
         # สกุลเงินบาท
40 40
         $command .= self::TRANSACTION_CURRENCY_THB;
Please login to merge, or discard this patch.