Completed
Push — master ( c893cf...7537d8 )
by Bohuslav
02:39
created
src/Headers.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@
 block discarded – undo
123 123
         return $this->data;
124 124
     }
125 125
 
126
+    /**
127
+     * @param string $name
128
+     */
126 129
     public function remove($name)
127 130
     {
128 131
         $name = $this->normalizeName($name);
Please login to merge, or discard this patch.
src/ServerRequest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,8 +130,8 @@
 block discarded – undo
130 130
      * @param UriInterface          $uri             The request URI object
131 131
      * @param array|null            $cookies         The request cookies collection
132 132
      * @param string                $requestMethod   The request method
133
-     * @param array                 $uploadedFiles   The request uploadedFiles collection
134
-     * @param HeadersInterface      $headers         The request headers collection
133
+     * @param array                 $uploadFiles   The request uploadedFiles collection
134
+     * @param Headers      $headers         The request headers collection
135 135
      * @param StreamInterface|null  $body            The request body object
136 136
      * @param array                 $serverVariables The server environment variables
137 137
      * @param string                $protocol        The request version of the protocol
Please login to merge, or discard this patch.