Test Setup Failed
Branch master (4c62c0)
by Bruce Pinheiro de
05:02
created
src/Utils/ResponseWrapper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
             $method = 'set'.replate('_', '', ucwords($prop, '_'));
70 70
             if(method_exists($object, $method)){
71 71
                 $object->$method($value);
72
-            }else{
72
+            } else{
73 73
                 error_log('BPCI\SumUp Lib Error: Method '.get_class($object).'::'.$method.' does not exists!');
74 74
             }
75 75
         }
Please login to merge, or discard this patch.
src/Customer/Customer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         if($address instanceof AddressInterface)
139 139
         {
140 140
             $this->address = $address;
141
-        }else{
141
+        } else{
142 142
             $this->address = new Address($address);
143 143
         }
144 144
 
Please login to merge, or discard this patch.