@@ -38,7 +38,7 @@ |
||
38 | 38 | * @param \Throwable $throwable |
39 | 39 | * @return int|null |
40 | 40 | */ |
41 | - public function __invoke(\Throwable $throwable): ?int |
|
41 | + public function __invoke(\Throwable $throwable): ? int |
|
42 | 42 | { |
43 | 43 | DebugHelper::export($throwable, $this->pretty); |
44 | 44 |