Skip to content

Commit

Permalink
Fix docblock of \Illuminate\Http\Response
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh committed Jun 18, 2024
1 parent 07e12d3 commit 050c4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected function shouldBeJson($content)
* Morph the given content into JSON.
*
* @param mixed $content
* @return string
* @return string|bool
*/
protected function morphToJson($content)
{
Expand Down

0 comments on commit 050c4ae

Please sign in to comment.