Completed
Push — master ( c893cf...7537d8 )
by Bohuslav
02:39
created
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.