- Moved collectRoutes method from App to App\Router
- Add class PhpDoc - Switch Router->routeCollector scope to protected - Added getter for Router->routeCollector - Added EOF new line - Removed unused use statement - Improved App->collectRoutes PhpDoc
- Create new Friendica\App\Router class - Add route_collection hook - Add route dispatching in App->runFrontend