Commit a669b85
Fix bare return statements in prepare() to return null
Two early-exit paths used bare return; instead of return null;
to match the documented @return string|null type.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 7327f0c commit a669b85
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1666 | 1666 | | |
1667 | 1667 | | |
1668 | 1668 | | |
1669 | | - | |
| 1669 | + | |
1670 | 1670 | | |
1671 | 1671 | | |
1672 | 1672 | | |
| |||
1684 | 1684 | | |
1685 | 1685 | | |
1686 | 1686 | | |
1687 | | - | |
| 1687 | + | |
1688 | 1688 | | |
1689 | 1689 | | |
1690 | 1690 | | |
| |||
0 commit comments