Skip to content

Commit 168f84b

Browse files
klapaudiusgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 60b036d commit 168f84b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Server/Notification/PongHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace KLP\KlpMcpServer\Server\Notification;
44

5-
use Exception;
65
use KLP\KlpMcpServer\Protocol\Handlers\NotificationHandler;
76
use KLP\KlpMcpServer\Transports\SseAdapters\SseAdapterException;
87
use KLP\KlpMcpServer\Transports\SseAdapters\SseAdapterInterface;

src/Transports/SseTransport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ private function getEndpoint(string $sessionId): string
339339
}
340340

341341
/**
342-
* @return int|null
343342
* @throws SseAdapterException
344343
*/
345344
protected function getLastPongResponseTimestamp(): ?int

0 commit comments

Comments
 (0)