| @@ -82,6 +82,9 @@ | ||
| 82 | 82 | return $this->symfonyResponse; | 
| 83 | 83 | } | 
| 84 | 84 | |
| 85 | + /** | |
| 86 | + * @param string $name | |
| 87 | + */ | |
| 85 | 88 | protected function validateStringParameter($name, $value) | 
| 86 | 89 |      { | 
| 87 | 90 |          if (!is_string($value)) { | 
| @@ -3,7 +3,6 @@ | ||
| 3 | 3 | namespace Xsolla\SDK\Tests\Integration\Webhook; | 
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\Client; | 
| 6 | -use GuzzleHttp\Exception\BadResponseException; | |
| 7 | 6 | use GuzzleHttp\Exception\ClientException; | 
| 8 | 7 | use PHPUnit\Framework\TestCase; | 
| 9 | 8 | use Symfony\Component\HttpFoundation\Response; |