@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Vindi; |
| 4 | 4 | |
| 5 | -use Psr\Http\Message\ResponseInterface; |
|
| 6 | 5 | use GuzzleHttp\Exception\ClientException; |
| 6 | +use Psr\Http\Message\ResponseInterface; |
|
| 7 | +use Vindi\Exceptions\RateLimitException; |
|
| 8 | +use Vindi\Exceptions\RequestException; |
|
| 7 | 9 | use Vindi\Exceptions\ValidationException; |
| 8 | 10 | use Vindi\Http\Client; |
| 9 | -use Vindi\Exceptions\RequestException; |
|
| 10 | -use Vindi\Exceptions\RateLimitException; |
|
| 11 | 11 | |
| 12 | 12 | class ApiRequester |
| 13 | 13 | { |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * Make a DELETE request to notifications/{id}/notification_items. |
| 43 | 43 | * |
| 44 | 44 | * @param int $id The resource's id. |
| 45 | - * @param int $item_id The resource's item id. |
|
| 45 | + * @param int $item_Id The resource's item id. |
|
| 46 | 46 | * |
| 47 | 47 | * @return mixed |
| 48 | 48 | */ |