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 26eafc1 commit c22841f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Middleware/Mezzio.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ 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
) {
$this->errorHeroModuleConfig = $errorHeroModuleConfig;
public function __construct(private array $errorHeroModuleConfig, private readonly Logging $logging, private readonly ?TemplateRendererInterface $templateRenderer)
{
}

public function process(
Expand Down

0 comments on commit c22841f

Please sign in to comment.