Skip to content

Commit

Permalink
fix reassign
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 11, 2025
1 parent c22841f commit 491565f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Middleware/Mezzio.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ final class Mezzio implements MiddlewareInterface
/**
* @param array{exclude-exceptions: array, enable: bool, display-settings: array} $errorHeroModuleConfig
*/
public function __construct(private array $errorHeroModuleConfig, private readonly Logging $logging, private readonly ?TemplateRendererInterface $templateRenderer)
{
public function __construct(
private array $errorHeroModuleConfig,
private readonly Logging $logging,
private readonly ?TemplateRendererInterface $templateRenderer
) {
}

public function process(
Expand Down

0 comments on commit 491565f

Please sign in to comment.