@@ -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) |