Commit 2c84f75
committed
Ignore PHPStan error from lowest react/async await() return type
With lowest dependencies, react/async await() returns mixed instead
of the generic type, causing a type mismatch on fromResponseInterface().
reportUnmatchedIgnoredErrors is already false so this is harmless
when running with highest dependencies.
🤖 Generated with Claude Code1 parent c843125 commit 2c84f75
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments