x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 6dc0ea...f2f340 )
by Sébastien
02:17
created
src/Rest/RestApiBrowser.php 1 patch
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.