Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1a96ca

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎src/Symfony/Component/HttpFoundation/Request.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php
+7-7Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.