Closed indeyets closed 3 years ago
MakesHttpRequests::call() is annotated to return \Illuminate\Http\Response, but it actually returns Laravel\BrowserKitTesting\TestResponse.
\Illuminate\Http\Response
Laravel\BrowserKitTesting\TestResponse
It leads to warnings from static analysis tools such as PhpStAn
Feel free to PR something
Description:
MakesHttpRequests::call() is annotated to return
\Illuminate\Http\Response
, but it actually returnsLaravel\BrowserKitTesting\TestResponse
.It leads to warnings from static analysis tools such as PhpStAn
Steps To Reproduce: