8000 minor #18397 fixed typo (fabpot) · symfony/symfony@c41d377 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit c41d377

Browse files
committed
minor #18397 fixed typo (fabpot)
This PR was merged into the 3.0 branch. Discussion ---------- fixed typo | Q | A | ------------- | --- | Branch? | 3.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a As of Symfony 3.0, we only get the _format from the request attributes. Before, we also looked at the request query string, ... This PR fixes the phpdoc for Symfony 3.x. Commits ------- 78830a1 fixed typo
2 parents 2ca1950 + 78830a1 commit c41d377

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