10000 fixed typo · symfony/symfony@78830a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78830a1

Browse files
committed
fixed typo
1 parent 4e17cb2 commit 78830a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ public function setFormat($format, $mimeTypes)
13701370
* Here is the process to determine the format:
13711371
*
13721372
* * format defined by the user (with setRequestFormat())
1373-
* * _format request parameter
1373+
* * _format request attribute
13741374
* * $default
13751375
*
13761376
* @param string $default The default format

0 commit comments

Comments
 (0)
0