Completed
Pull Request — master (#33)
by Timothée
09:54
created
src/Rest/RestApiBrowser.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -154,6 +154,9 @@
 block discarded – undo
154 154
         $this->addRequestHeader($name, $value);
155 155
     }
156 156
 
157
+    /**
158
+     * @param string $headerName
159
+     */
157 160
     private function removeRequestHeader($headerName)
158 161
     {
159 162
         if (array_key_exists($headerName, $this->requestHeaders)) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Zend\Diactoros\Stream;
10 10
 use Psr\Http\Message\RequestInterface;
11 11
 use Psr\Http\Message\ResponseInterface;
12
-use Behat\Gherkin\Node\PyStringNode;
13 12
 
14 13
 class RestApiBrowser
15 14
 {
Please login to merge, or discard this patch.