@@ -28,8 +28,8 @@ |
||
28 | 28 | public function get() |
29 | 29 | { |
30 | 30 | return [ |
31 | - 'USER_LOGIN' => $this->login, |
|
32 | - 'USER_HASH' => $this->apiHash |
|
31 | + 'USER_LOGIN' => $this->login, |
|
32 | + 'USER_HASH' => $this->apiHash |
|
33 | 33 | ]; |
34 | 34 | } |
35 | 35 | } |
36 | 36 | \ No newline at end of file |
@@ -17,7 +17,6 @@ |
||
17 | 17 | protected $entities = []; |
18 | 18 | |
19 | 19 | /** |
20 | - * @param Contact $lead |
|
21 | 20 | */ |
22 | 21 | public function add(EntityInterface $contact) |
23 | 22 | { |
@@ -47,7 +47,7 @@ |
||
47 | 47 | if (!$fieldIsSet) { |
48 | 48 | $this->$fieldName = $string; |
49 | 49 | } else { |
50 | - $this->$fieldName.= ',' . $string; |
|
50 | + $this->$fieldName .= ',' . $string; |
|
51 | 51 | } |
52 | 52 | } |
53 | 53 | } |
54 | 54 | \ No newline at end of file |