From 2d5d1f07e02269f6f5cd5a7e6b8f3a2f38552ef6 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Tue, 12 Mar 2019 15:29:13 +0100 Subject: [PATCH] Fix return type of Request::getRequestFormat --- Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Request.php b/Request.php index f6ff0f509..fe1a33a59 100644 --- a/Request.php +++ b/Request.php @@ -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') {