Skip to content

Commit 9feeaf1

Browse files
committed
cs fix
1 parent ff7a12f commit 9feeaf1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Handler/Logging.php

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

171171
/**
172-
* @return array{server_url: string, url: string, file: string, line: int, error_type: string, trace: string, request_data: array<string, mixed>}
172+
* @return array{
173+
* server_url: string,
174+
* url: string,
175+
* file: string,
176+
* line: int,
177+
* error_type: string,
178+
* trace: string,
179+
* request_data: array<string, mixed>
180+
* }
173181
*/
174182
private function collectErrorExceptionExtraData(array $collectedExceptionData, RequestInterface $request): array
175183
{

0 commit comments

Comments
 (0)