yiisoft / router

Router is a request matcher and URL generator
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
59 stars 25 forks source link

Fix and improve phpdoc for `Route::prependMiddleware` #223

Open vjik opened 1 year ago

vjik commented 1 year ago

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.