Fix doc blocks.
This commit is contained in:
parent
bde518b59c
commit
c9ea1cbf03
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue