Fixed RouteServiceProvider docblocks

This commit is contained in:
Graham Campbell 2014-10-15 13:35:10 +01:00
parent bc593c17aa
commit 133b798cf5
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class RouteServiceProvider extends ServiceProvider {
* *
* Register any model bindings or pattern based filters. * Register any model bindings or pattern based filters.
* *
* @param Router $router * @param \Illuminate\Routing\Router $router
* @return void * @return void
*/ */
public function before(Router $router) public function before(Router $router)
@ -39,6 +39,7 @@ public function before(Router $router)
/** /**
* Define the routes for the application. * Define the routes for the application.
* *
* @param \Illuminate\Routing\Router $router
* @return void * @return void
*/ */
public function map(Router $router) public function map(Router $router)