Commit 4951024
authored
Add missing return shape for withConsecutive()
Without this, SA tools are complaining as such:
```
Method PHPUnit\Framework\MockObject\Builder\InvocationMocker::with called with unpacked iterable iterable<mixed, mixed> with invalid key (must be int|string)
```1 parent c83775e commit 4951024
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments