Skip to content

Commit 2ef520d

Browse files
committed
Formatting
1 parent 4eee286 commit 2ef520d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server/Methods/Concerns/InteractsWithResponses.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
trait InteractsWithResponses
1919
{
2020
/**
21-
* @param array<int, Response|ResponseFactory|string>|Response|ResponseFactory|string $response
21+
* @param array<int, Response|string>|Response|ResponseFactory|string $response
2222
*/
2323
protected function toJsonRpcResponse(JsonRpcRequest $request, Response|ResponseFactory|array|string $response, callable $serializable): JsonRpcResponse
2424
{
@@ -78,7 +78,7 @@ protected function isBinary(string $content): bool
7878
}
7979

8080
/**
81-
* @param array<int, Response|ResponseFactory|string>|Response|ResponseFactory|string $response
81+
* @param array<int, Response|string>|Response|ResponseFactory|string $response
8282
*/
8383
private function toResponseFactory(Response|ResponseFactory|array|string $response): ResponseFactory
8484
{

0 commit comments

Comments
 (0)