Skip to content

Commit

Permalink
Fix return type of Request::getRequestFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Mar 12, 2019
1 parent 21d0197 commit bd92349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ public function setFormat($format, $mimeTypes)
*
* @param string|null $default The default format
*
* @return string The request format
* @return string|null The request format
*/
public function getRequestFormat($default = 'html')
{
Expand Down

0 comments on commit bd92349

Please sign in to comment.