Skip to content

Commit 491565f

Browse files
committed
fix reassign
1 parent c22841f commit 491565f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Middleware/Mezzio.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ final class Mezzio implements MiddlewareInterface
3636
/**
3737
* @param array{exclude-exceptions: array, enable: bool, display-settings: array} $errorHeroModuleConfig
3838
*/
39-
public function __construct(private array $errorHeroModuleConfig, private readonly Logging $logging, private readonly ?TemplateRendererInterface $templateRenderer)
40-
{
39+
public function __construct(
40+
private array $errorHeroModuleConfig,
41+
private readonly Logging $logging,
42+
private readonly ?TemplateRendererInterface $templateRenderer
43+
) {
4144
}
4245

4346
public function process(

0 commit comments

Comments
 (0)