Passed
Push — master ( 14df38...03f980 )
by Andrey
03:51
created
src/Models/Address.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,11 +58,11 @@
 block discarded – undo
58 58
         $this->getTypeOfWarehouseRef();
59 59
 
60 60
         if ($cityRef) {
61
-          if ($string) {
61
+            if ($string) {
62 62
             $this->methodProperties['CityName'] = $cityRef;
63
-          } else {
63
+            } else {
64 64
             $this->methodProperties['CityRef'] = $cityRef;
65
-          }
65
+            }
66 66
         }
67 67
 
68 68
         return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties);
Please login to merge, or discard this patch.