generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
severity:BC breakingBreaks backwards compatibilityBreaks backwards compatibility
Milestone
Description
It needs to remove deprecated Yiisoft\ErrorHandler\Factory\ThrowableResponseFactory
and change configuration:
ThrowableResponseFactoryInterface::class => [
'class' => \Yiisoft\ErrorHandler\ThrowableResponseFactory::class,
'__construct()' => [
'rendererProvider' => DynamicReference::to(
static fn(ContainerInterface $container) => new CompositeRendererProvider(
new HeadRendererProvider(),
new ContentTypeRendererProvider($container),
)
),
],
],
Metadata
Metadata
Assignees
Labels
severity:BC breakingBreaks backwards compatibilityBreaks backwards compatibility