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 26eafc1 commit c22841fCopy full SHA for c22841f
src/Middleware/Mezzio.php
@@ -36,12 +36,8 @@ final class Mezzio implements MiddlewareInterface
36
/**
37
* @param array{exclude-exceptions: array, enable: bool, display-settings: array} $errorHeroModuleConfig
38
*/
39
- public function __construct(
40
- private array $errorHeroModuleConfig,
41
- private readonly Logging $logging,
42
- private readonly ?TemplateRendererInterface $templateRenderer
43
- ) {
44
- $this->errorHeroModuleConfig = $errorHeroModuleConfig;
+ public function __construct(private array $errorHeroModuleConfig, private readonly Logging $logging, private readonly ?TemplateRendererInterface $templateRenderer)
+ {
45
}
46
47
public function process(
0 commit comments