Commit 05491b9
fix: remove unused useFinal property, fix remaining PHPStan errors
- Remove $useFinal property and setUseFinal() (MergeTree doesn't support FINAL)
- Remove buildTableReference $useFinal param
- Fix resolveTenantFromMetric mixed type handling
- Remove unreachable branch in Database::getTotal()
- Remove always-true count check in addBatch
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e99d3a9 commit 05491b9
2 files changed
Lines changed: 8 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 129 | | |
142 | 130 | | |
143 | 131 | | |
| |||
521 | 509 | | |
522 | 510 | | |
523 | 511 | | |
524 | | - | |
| 512 | + | |
525 | 513 | | |
526 | 514 | | |
527 | 515 | | |
| |||
1306 | 1294 | | |
1307 | 1295 | | |
1308 | 1296 | | |
1309 | | - | |
1310 | | - | |
1311 | | - | |
| 1297 | + | |
1312 | 1298 | | |
1313 | 1299 | | |
1314 | 1300 | | |
| |||
1331 | 1317 | | |
1332 | 1318 | | |
1333 | 1319 | | |
1334 | | - | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
1335 | 1325 | | |
1336 | 1326 | | |
1337 | 1327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments