Passed
Push — master ( 245cff...6b713b )
by Monthon
01:35
created
src/ScbQr.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
 use Endroid\QrCode\QrCode;
6 6
 
7 7
 
8
-class ScbQr{
8
+class ScbQr {
9 9
 
10 10
     const RELEASE_VERSION_OF_QR = '000201';
11 11
     const INITIAL_METHOD_OF_QR = '010212';
@@ -27,11 +27,11 @@  discard block
 block discarded – undo
27 27
         $command .= self::INITIAL_METHOD_OF_QR;
28 28
 
29 29
         # Reference Code
30
-        $ref_01 = $this->f('02',  $ref_1);
31
-        $ref_02 = $this->f('03',  $ref_2);
30
+        $ref_01 = $this->f('02', $ref_1);
31
+        $ref_02 = $this->f('03', $ref_2);
32 32
         $ref_command = self::SCB_PAYMENT_CODE . $billerId . $ref_01 . $ref_02;
33 33
 
34
-        $command .=  $this->f('30', $ref_command);
34
+        $command .= $this->f('30', $ref_command);
35 35
 
36 36
         # สกุลเงินบาท
37 37
         $command .= self::TRANSACTION_CURRENCY_THB;
Please login to merge, or discard this patch.