Fix doc blocks.

This commit is contained in:
Taylor Otwell 2014-08-28 14:47:08 +02:00
parent bde518b59c
commit c9ea1cbf03
2 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,6 @@ class ErrorServiceProvider extends ServiceProvider {
/**
* Register any error handlers.
*
* @param Handler $handler
* @param Log $log
* @return void
*/
public function boot()

View File

@ -8,7 +8,6 @@ class LogServiceProvider extends ServiceProvider {
/**
* Configure the application's logging facilities.
*
* @param Log $log
* @return void
*/
public function boot()