Fix docblocks

This commit is contained in:
James Brooks
2015-08-30 22:42:38 +01:00
parent 062a16ca5b
commit 77f19da9b0
5 changed files with 16 additions and 0 deletions
+6
View File
@@ -29,6 +29,8 @@ class RouteServiceProvider extends ServiceProvider
* Define the route model bindings, pattern filters, etc.
*
* @param \Illuminate\Routing\Router $router
*
* @return void
*/
public function boot(Router $router)
{
@@ -39,6 +41,8 @@ class RouteServiceProvider extends ServiceProvider
/**
* Register model bindings.
*
* @return void
*/
protected function registerBindings()
{
@@ -57,6 +61,8 @@ class RouteServiceProvider extends ServiceProvider
* Define the routes for the application.
*
* @param \Illuminate\Routing\Router $router
*
* @return void
*/
public function map(Router $router)
{