Skip to content

Commit

Permalink
Update src/Illuminate/Testing/TestResponse.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
kayw-geek and crynobone authored Sep 25, 2024
1 parent 1010a2d commit c36c795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class TestResponse implements ArrayAccess
/**
* The response to delegate to.
*
* @var \Symfony\Component\HttpFoundation\Response
* @var \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse|\Symfony\Component\HttpFoundation\StreamedJsonResponse|\Symfony\Component\HttpFoundation\StreamedResponse
*/
public $baseResponse;

Expand Down

0 comments on commit c36c795

Please sign in to comment.