@@ -52,7 +52,7 @@ |
||
52 | 52 | * |
53 | 53 | * @param $key |
54 | 54 | * |
55 | - * @return mixed |
|
55 | + * @return string |
|
56 | 56 | */ |
57 | 57 | private function camelCase($key) |
58 | 58 | { |
@@ -24,7 +24,6 @@ discard block |
||
24 | 24 | /** |
25 | 25 | * Returns list by ID |
26 | 26 | * |
27 | - * @param string $name |
|
28 | 27 | * |
29 | 28 | * @return ContactsList|null |
30 | 29 | */ |
@@ -139,6 +138,7 @@ discard block |
||
139 | 138 | /** |
140 | 139 | * Get all contacts related to the list. |
141 | 140 | * |
141 | + * @param string $listId |
|
142 | 142 | * @return Contact[] |
143 | 143 | */ |
144 | 144 | public function contactsByList($listId) |