Completed
Pull Request — master (#33)
by Joao
02:50
created
src/ApiRequester.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $this;
120 120
     }
121 121
 
122
+    /**
123
+     * @param integer $code
124
+     */
122 125
     public function assertResponseCode($code)
123 126
     {
124 127
         $this->statusExpected = $code;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ByJG\ApiTools\Base\Schema;
6 6
 use ByJG\ApiTools\Exception\NotMatchedException;
7 7
 use ByJG\ApiTools\Exception\StatusCodeNotMatchedException;
8
-use ByJG\ApiTools\Swagger\SwaggerSchema;
9 8
 use GuzzleHttp\Client;
10 9
 use GuzzleHttp\ClientInterface;
11 10
 use GuzzleHttp\Exception\BadResponseException;
Please login to merge, or discard this patch.