Skip to content

Commit

Permalink
Fix docblock of \Illuminate\Http\Response (#51823)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh authored Jun 18, 2024
1 parent 07e12d3 commit fe9a599
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|false
*/
protected function morphToJson($content)
{
Expand Down

0 comments on commit fe9a599

Please sign in to comment.