Passed
Push — master ( 7b861e...277b50 )
by Andrey
04:52
created
src/Models/Counterparty.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -88,11 +88,11 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     public function getCatalogCounterparty($phone, $lastname) {
91
-      $this->calledMethod = 'getCatalogCounterparty';
91
+        $this->calledMethod = 'getCatalogCounterparty';
92 92
 
93
-      $this->methodProperties['Phone'] = $phone;
94
-      $this->methodProperties['LastName'] = $lastname;
93
+        $this->methodProperties['Phone'] = $phone;
94
+        $this->methodProperties['LastName'] = $lastname;
95 95
 
96
-      return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties);
96
+        return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties);
97 97
     }
98 98
 }
Please login to merge, or discard this patch.