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 925194d commit 29e614dCopy full SHA for 29e614d
src/Listener/Mvc.php
@@ -33,7 +33,7 @@ final class Mvc extends AbstractListenerAggregate
33
private const MESSAGE = 'message';
34
35
public function __construct(
36
- private array $errorHeroModuleConfig,
+ private readonly array $errorHeroModuleConfig,
37
private readonly Logging $logging,
38
private readonly PhpRenderer $phpRenderer
39
) {
0 commit comments