We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22841f commit 491565fCopy full SHA for 491565f
src/Middleware/Mezzio.php
@@ -36,8 +36,11 @@ final class Mezzio implements MiddlewareInterface
36
/**
37
* @param array{exclude-exceptions: array, enable: bool, display-settings: array} $errorHeroModuleConfig
38
*/
39
- public function __construct(private array $errorHeroModuleConfig, private readonly Logging $logging, private readonly ?TemplateRendererInterface $templateRenderer)
40
- {
+ public function __construct(
+ private array $errorHeroModuleConfig,
41
+ private readonly Logging $logging,
42
+ private readonly ?TemplateRendererInterface $templateRenderer
43
+ ) {
44
}
45
46
public function process(
0 commit comments