Skip to content

Commit e7b9749

Browse files
committed
fix cs
1 parent 03ec09d commit e7b9749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp-sdk/tests/Server/JsonRpcHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#[CoversClass(JsonRpcHandler::class)]
2727
class JsonRpcHandlerTest extends TestCase
2828
{
29-
#[TestDox("Make sure a single notification can be handled by multiple handlers.")]
29+
#[TestDox('Make sure a single notification can be handled by multiple handlers.')]
3030
public function testHandleMultipleNotifications(): void
3131
{
3232
$handlerA = $this->getMockBuilder(NotificationHandlerInterface::class)
@@ -56,7 +56,7 @@ public function testHandleMultipleNotifications(): void
5656
);
5757
}
5858

59-
#[TestDox("Make sure a single request can NOT be handled by multiple handlers.")]
59+
#[TestDox('Make sure a single request can NOT be handled by multiple handlers.')]
6060
public function testHandleMultipleRequests(): void
6161
{
6262
$handlerA = $this->getMockBuilder(RequestHandlerInterface::class)

0 commit comments

Comments
 (0)