Skip to content

Commit 2d99e06

Browse files
committed
re-run rectify
1 parent 62188cc commit 2d99e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler/Logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private function collectErrorExceptionData(Throwable $throwable): array
169169
}
170170

171171
/**
172-
* @return array<string, mixed>
172+
* @return array{server_url: string, url: mixed, file: mixed, line: mixed, error_type: mixed, trace: mixed, request_data: array<string, mixed>}
173173
*/
174174
private function collectErrorExceptionExtraData(array $collectedExceptionData, RequestInterface $request): array
175175
{

0 commit comments

Comments
 (0)