10000 [HttpFoundation] Added "resource" type on Request::create docblock · symfony/symfony@d1a96ca · GitHub
[go: up one dir, main page]

Skip to content

Commit d1a96ca

Browse files
Jack Wrightnicolas-grekas
Jack Wright
authored andcommitted
[HttpFoundation] Added "resource" type on Request::create docblock
1 parent 8e8ee09 commit d1a96ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ public static function createFromGlobals()
294294
* The information contained in the URI always take precedence
295295
* over the other information (server and parameters).
296296
*
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
304304
*
305305
* @return static
306306
*/

0 commit comments

Comments
 (0)
0