Commit 5025a91
Fix PHPStan and PSR-12 linter errors
- Add array shape type to findAggregatedFromTable $parsed parameter
so PHPStan recognizes typed keys (filters, params, orderBy)
- Provide default for optional groupByInterval key access
- Split compound type check for $interval to satisfy PHPStan
string narrowing in exception message interpolation
- Remove extra trailing blank line in UsageBase.php (PSR-12)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 143e2bb commit 5025a91
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
1493 | | - | |
| 1493 | + | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | 1496 | | |
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
| 1502 | + | |
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
| |||
2542 | 2542 | | |
2543 | 2543 | | |
2544 | 2544 | | |
2545 | | - | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
2546 | 2552 | | |
2547 | 2553 | | |
2548 | 2554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
0 commit comments