@@ -18,7 +18,6 @@ |
||
| 18 | 18 | |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | - * @param string $incoming_webook_url [description] |
|
| 22 | 21 | * @param int|null $loglevel [description] |
| 23 | 22 | */ |
| 24 | 23 | public function __construct(int $loglevel = null) |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Pimple\Container; |
| 5 | 5 | use Pimple\ServiceProviderInterface; |
| 6 | - |
|
| 7 | 6 | use Monolog\Logger; |
| 8 | 7 | use Monolog\Handler\BrowserConsoleHandler; |
| 9 | 8 | |