@@ -7,9 +7,9 @@ |
||
| 7 | 7 | |
| 8 | 8 | trait ThrowableContextTrait |
| 9 | 9 | { |
| 10 | - private $context = []; |
|
| 10 | + private $context = [ ]; |
|
| 11 | 11 | |
| 12 | - public function __construct(string $message = '', array $context = [], int $code = 0, Throwable $previous = null) |
|
| 12 | + public function __construct(string $message = '', array $context = [ ], int $code = 0, Throwable $previous = null) |
|
| 13 | 13 | { |
| 14 | 14 | parent::__construct($message, $code, $previous); |
| 15 | 15 | |