@@ -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) |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace TestMonitor\ActiveCampaign; |
| 4 | 4 | |
| 5 | 5 | use Psr\Http\Message\ResponseInterface; |
| 6 | +use TestMonitor\ActiveCampaign\Exceptions\FailedActionException; |
|
| 6 | 7 | use TestMonitor\ActiveCampaign\Exceptions\NotFoundException; |
| 7 | 8 | use TestMonitor\ActiveCampaign\Exceptions\ValidationException; |
| 8 | -use TestMonitor\ActiveCampaign\Exceptions\FailedActionException; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Class MakesHttpRequests |