@@ -17,7 +17,7 @@ |
||
17 | 17 | string $message, |
18 | 18 | int $code, |
19 | 19 | Throwable $previous = null, |
20 | - private readonly array $context = [] |
|
20 | + private readonly array $context = [ ] |
|
21 | 21 | ) { |
22 | 22 | parent::__construct($message, $code, $previous); |
23 | 23 | } |