Commit beafd63
committed
docs(changelog): clarify MethodToMethodWithCheckRector BC-wrap edge case
The bullet under [Unreleased] / ### Changed previously claimed the BC
wrap "addresses the underlying concern" of the dropped maybe-path TODO
comment in all cases. That's only true for configurations with
introducedVersion >= 10.0.0 — pre-10.0 entries (urlInfo, getLowercaseLabel,
clearCsrfTokenSeed) fall outside the BC-wrap gate and rewrite a
maybe-typed receiver unconditionally.
Contrib audit (api.tresbien.tech) found zero live callers of those three
methods on receivers PHPStan cannot resolve, so the residual risk is
theoretical. Updates the CHANGELOG bullet to acknowledge this explicitly
rather than overclaim safety.1 parent 190b583 commit beafd63
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
401 | | - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
402 | 409 | | |
403 | 410 | | |
404 | 411 | | |
| |||
0 commit comments