Commit df5cc27
committed
fix: resolve additional PHPStan errors across packages
- Remove redundant array_values() on lists after array_shift (6 errors)
- Fix SqlSourceInterface::getQueryBindings() return type to array<string, mixed> (5 errors)
- Widen SnowflakeDriver::connect() @param to match parent interface (1 error)
- Fix int->string for length values in datatype tests (7 errors)1 parent 6beb4b9 commit df5cc27
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments