From fe9a5991340aa44a7198f069cea16db23ad6fe7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=B3nh=20Nguy=E1=BB=85n?= Date: Wed, 19 Jun 2024 00:20:25 +0700 Subject: [PATCH] Fix docblock of \Illuminate\Http\Response (#51823) --- src/Illuminate/Http/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Http/Response.php b/src/Illuminate/Http/Response.php index 7e3f0d480e2..ef158d276a7 100755 --- a/src/Illuminate/Http/Response.php +++ b/src/Illuminate/Http/Response.php @@ -94,7 +94,7 @@ protected function shouldBeJson($content) * Morph the given content into JSON. * * @param mixed $content - * @return string + * @return string|false */ protected function morphToJson($content) {