* lib update

* static analyzer added
* new tags
* logger improvements
This commit is contained in:
Danyi Dávid
2018-12-03 22:13:57 +01:00
parent a49577dfad
commit b1f6daf424
39 changed files with 1387 additions and 1367 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use Zend\Stratigility\Middleware\ErrorHandler;
return [
@@ -11,7 +13,8 @@ return [
],
'delegators' => [
ErrorHandler::class => [
LosMiddleware\LosLog\ErrorHandlerListenerDelegatorFactory::class,
// LosMiddleware\LosLog\ErrorHandlerListenerDelegatorFactory::class,
App\Log\ExceptionHandlerListenerDelegatorFactory::class,
],
],
],