@@ -24,7 +24,7 @@ |
||
24 | 24 | * @param null|\Throwable $previous |
25 | 25 | * @param array $context |
26 | 26 | */ |
27 | - public function __construct(string $message = '', int $code = 0, ? \Throwable $previous = null, array $context = []) |
|
27 | + public function __construct(string $message = '', int $code = 0, ? \Throwable $previous = null, array $context = [ ]) |
|
28 | 28 | { |
29 | 29 | $this->context = $context; |
30 | 30 |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * |
20 | 20 | * @var array |
21 | 21 | */ |
22 | - protected $context = []; |
|
22 | + protected $context = [ ]; |
|
23 | 23 | |
24 | 24 | /** |
25 | 25 | * Get current exception context, useful for logging |