Completed
Pull Request — master (#16)
by
unknown
02:53
created
src/HttpRequest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -269,6 +269,11 @@
 block discarded – undo
269 269
         return $this->getServerVariable('QUERY_STRING');
270 270
     }
271 271
 
272
+    /**
273
+     * @param string $key
274
+     *
275
+     * @return string
276
+     */
272 277
     private function getServerVariable($key)
273 278
     {
274 279
         if (!array_key_exists($key, $this->server)) {
Please login to merge, or discard this patch.