Passed
Push — master ( 4e49f6...16346d )
by Nicolaas
04:55 queued 01:26
created
src/HirePurchasePayment.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         return new FieldList(
42 42
             new LiteralField(
43 43
                 'HirePurchasePayment_BeforeMessage',
44
-                '<div id="HirePurchasePayment_BeforeMessage"><img src="' . $this->Config()->get('logo') . '" alt="Online Finance provided by credit capable"></div>'
44
+                '<div id="HirePurchasePayment_BeforeMessage"><img src="'.$this->Config()->get('logo').'" alt="Online Finance provided by credit capable"></div>'
45 45
             ),
46 46
             new HiddenField('HirePurchase', 'HirePurchase', 0)
47 47
         );
@@ -49,6 +49,6 @@  discard block
 block discarded – undo
49 49
 
50 50
     public function getPaymentFormRequirements(): array
51 51
     {
52
-        return [];
52
+        return [ ];
53 53
     }
54 54
 }
Please login to merge, or discard this patch.