Commit b226bf5
Remove dead Route::matchedPath methods and unused Http::$requestContainer
Removed instead of left as @deprecated — neither has been part of any
working code path since the previous commit, and keeping them around
just preserves footguns (the matched-path getter would silently return
'' on a route returned from Router::match).
Removed:
- Route::$matchedPath property
- Route::setMatchedPath() / Route::getMatchedPath()
- Http::$requestContainer property (never assigned)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 61bbb78 commit b226bf5
2 files changed
Lines changed: 0 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 51 | | |
59 | 52 | | |
60 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 49 | | |
74 | 50 | | |
75 | 51 | | |
| |||
0 commit comments