Skip to content

Commit

Permalink
Merge pull request laravel#3091 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Fixed RouteServiceProvider docblocks
  • Loading branch information
taylorotwell committed Oct 23, 2014
2 parents 36e0014 + 133b798 commit 3a84475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RouteServiceProvider extends ServiceProvider {
*
* Register any model bindings or pattern based filters.
*
* @param Router $router
* @param \Illuminate\Routing\Router $router
* @return void
*/
public function before(Router $router)
Expand All @@ -44,6 +44,7 @@ public function before(Router $router)
/**
* Define the routes for the application.
*
* @param \Illuminate\Routing\Router $router
* @return void
*/
public function map(Router $router)
Expand Down

0 comments on commit 3a84475

Please sign in to comment.