Completed
Push — master ( 3e0510...0b3a0d )
by
unknown
06:36
created
src/Webhook/WebhookResponse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.
tests/Integration/Webhook/ServerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.