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 9a96d77 commit 2d5d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 2d5d1f0

Please sign in to comment.