* 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

@@ -36,7 +36,6 @@ return [
Middleware\NotFoundHandler::class => Container\NotFoundHandlerFactory::class,
'doctrine.entity_manager.orm_default' => \ContainerInteropDoctrine\EntityManagerFactory::class,
'doctrine.hydrator' => \App\Hydrator\DoctrineObjectFactory::class,
\App\Middleware\EventSubscriberMiddleware::class => \App\Middleware\EventSubscriberMiddlewareFactory::class,
],

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,
],
],
],