File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -294,13 +294,13 @@ public static function createFromGlobals()
294
294
* The information contained in the URI always take precedence
295
295
* over the other information (server and parameters).
296
296
*
297
- * @param string $uri The URI
298
- * @param string $method The HTTP method
299
- * @param array $parameters The query (GET) or request (POST) parameters
300
- * @param array $cookies The request cookies ($_COOKIE)
301
- * @param array $files The request files ($_FILES)
302
- * @param array $server The server parameters ($_SERVER)
303
- * @param string $content The raw body data
297
+ * @param string $uri The URI
298
+ * @param string $method The HTTP method
299
+ * @param array $parameters The query (GET) or request (POST) parameters
300
+ * @param array $cookies The request cookies ($_COOKIE)
301
+ * @param array $files The request files ($_FILES)
302
+ * @param array $server The server parameters ($_SERVER)
303
+ * @param string|resource $content The raw body data
304
304
*
305
305
* @return static
306
306
*/
You can’t perform that action at this time.
0 commit comments