Skip to content

Commit 69000ec

Browse files
fix: clean up docblocks for request handler methods in Builder
1 parent d5dc143 commit 69000ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Server/Builder.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ public function setCapabilities(ServerCapabilities $serverCapabilities): self
189189

190190
/**
191191
* Register a single custom method handler.
192-
*/
193-
/**
192+
*
194193
* @param RequestHandlerInterface<mixed> $handler
195194
*/
196195
public function addRequestHandler(RequestHandlerInterface $handler): self
@@ -203,9 +202,6 @@ public function addRequestHandler(RequestHandlerInterface $handler): self
203202
/**
204203
* Register multiple custom method handlers.
205204
*
206-
* @param iterable<int, RequestHandlerInterface> $handlers
207-
*/
208-
/**
209205
* @param iterable<RequestHandlerInterface<mixed>> $handlers
210206
*/
211207
public function addRequestHandlers(iterable $handlers): self

0 commit comments

Comments
 (0)