Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
MakesHttpRequests::call()
return type (#1239)
Static analysis of a method using `call()` fails with the following error: ``` ------ ----------------------------------------------------------------------------------------------------------------------------------------------------- Line src/Testing/MakesGraphQLRequests.php (in context of class Tests\Unit\Testing\TestingTraitDummy) ------ ----------------------------------------------------------------------------------------------------------------------------------------------------- 100 Method Tests\Unit\Testing\TestingTraitDummy::multipartGraphQL() should return Illuminate\Testing\TestResponse but returns Illuminate\Http\Response. ------ ----------------------------------------------------------------------------------------------------------------------------------------------------- ```
- Loading branch information