Completed
Pull Request — master (#29)
by Joao
07:15
created
src/SwaggerRequester.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@  discard block
 block discarded – undo
33 33
         $this->guzzleHttpClient = new Client(['headers' => ['User-Agent' => 'Swagger Test']]);
34 34
     }
35 35
 
36
+    /**
37
+     * @param SwaggerSchema $schema
38
+     */
36 39
     public function withSwaggerSchema($schema)
37 40
     {
38 41
         $this->swaggerSchema = $schema;
@@ -105,6 +108,9 @@  discard block
 block discarded – undo
105 108
         return $this;
106 109
     }
107 110
 
111
+    /**
112
+     * @param integer $code
113
+     */
108 114
     public function assertResponseCode($code)
109 115
     {
110 116
         $this->statusExpected = $code;
Please login to merge, or discard this patch.