Commit c9ea1cbf authored by Taylor Otwell's avatar Taylor Otwell

Fix doc blocks.

parent bde518b5
...@@ -8,8 +8,6 @@ class ErrorServiceProvider extends ServiceProvider { ...@@ -8,8 +8,6 @@ class ErrorServiceProvider extends ServiceProvider {
/** /**
* Register any error handlers. * Register any error handlers.
* *
* @param Handler $handler
* @param Log $log
* @return void * @return void
*/ */
public function boot() public function boot()
......
...@@ -8,7 +8,6 @@ class LogServiceProvider extends ServiceProvider { ...@@ -8,7 +8,6 @@ class LogServiceProvider extends ServiceProvider {
/** /**
* Configure the application's logging facilities. * Configure the application's logging facilities.
* *
* @param Log $log
* @return void * @return void
*/ */
public function boot() public function boot()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment