@@ -37,7 +37,7 @@ |
||
37 | 37 | * FluentHandler constructor. |
38 | 38 | * |
39 | 39 | * @param LoggerInterface $logger |
40 | - * @param bool|int $level |
|
40 | + * @param integer $level |
|
41 | 41 | * @param bool|true $bubble |
42 | 42 | */ |
43 | 43 | public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, $bubble = true) |
@@ -32,7 +32,6 @@ |
||
32 | 32 | /** |
33 | 33 | * Register a fluent handler. |
34 | 34 | * |
35 | - * @param string $name |
|
36 | 35 | * @param string $level |
37 | 36 | * @return \Psr\Log\LoggerInterface |
38 | 37 | */ |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $this->mergeConfigFrom($configPath, 'fluent'); |
38 | 38 | $this->publishes([$configPath => config_path('fluent.php')], 'log'); |
39 | 39 | |
40 | - $this->app->bind('fluent.handler', function ($app) { |
|
40 | + $this->app->bind('fluent.handler', function($app) { |
|
41 | 41 | return new RegisterPushHandler( |
42 | 42 | $app['Psr\Log\LoggerInterface'], $app['config']->get('fluent') |
43 | 43 | ); |