Commit 4313dfa
Drop redundant preparePath in Http::execute
$matchedPath is already the prepared form (the key from Router::$routes),
so re-preparing it just returned the same string. Pass it straight to
Route::getPathValues.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 03c51c2 commit 4313dfa
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
602 | | - | |
| 601 | + | |
603 | 602 | | |
604 | 603 | | |
605 | 604 | | |
| |||
0 commit comments