thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Documentation clean up and minor optimizations #208

Closed shadowhand closed 6 years ago

shadowhand commented 6 years ago

Mostly documentation changes around:

A couple of very minor optimizations around the usage of call_user_func_array and array key checking.

More complete configuration of phpcs, and a phpcs violation fix in test code.