Commit 263c20a
Use elseif for mutually exclusive constant array check
The two branches in setExistingOffsetValueType() are mutually exclusive
(first checks isConstantArray()->yes(), second checks !isConstantArray()->yes()),
so use elseif to make this explicit and save unnecessary condition evaluation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d77e08d commit 263c20a
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
412 | | - | |
413 | | - | |
| 411 | + | |
414 | 412 | | |
415 | 413 | | |
416 | 414 | | |
| |||
0 commit comments