router
router copied to clipboard
Fix and improve phpdoc for `Route::prependMiddleware`
See https://github.com/yiisoft/router/blob/master/src/Route.php#L179
Last added handler will be executed first. is incorrect.
Need fix description and add examples.