Fix doc blocks.
This commit is contained in:
@@ -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 {
|
|||||||
/**
|
/**
|
||||||
* 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()
|
||||||
|
|||||||
Reference in New Issue
Block a user