Skip to content

Commit b229a0f

Browse files
committed
param docblock on Mezzio middleware
1 parent 3d82c45 commit b229a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/Mezzio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Mezzio implements MiddlewareInterface
3636
private const DISPLAY_SETTINGS = 'display-settings';
3737

3838
/**
39-
* @param mixed[] $errorHeroModuleConfig
39+
* @param array{exclude-exceptions: array, enable: bool, display-settings: array} $errorHeroModuleConfig
4040
*/
4141
public function __construct(
4242
private array $errorHeroModuleConfig,

0 commit comments

Comments
 (0)