Commit ed09e0a
authored
Fix
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.
------ -----------------------------------------------------------------------------------------------------------------------------------------------------
```MakesHttpRequests::call() return type (#1239)1 parent 06ad0d3 commit ed09e0a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments