Skip to content

Commit 28390be

Browse files
committed
style(mcp): blank line after the data: branch, as Rector asks
NewlineAfterStatementRector wants the comment that follows the `data:` branch separated from it by an empty line. Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_0124WZK5UoAM9oYQoSYF1Y8z Agent-Host: 32116e Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
1 parent 29c128c commit 28390be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Service/Tool/Mcp/McpHttpTransport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ private function unframeEventStream(McpServerRecord $server, string $body): stri
382382
$payload = substr($line, 5);
383383
$data[] = str_starts_with($payload, ' ') ? substr($payload, 1) : $payload;
384384
}
385+
385386
// `event:`, `id:`, `retry:` and `:` comments are not read.
386387
}
387388

0 commit comments

Comments
 (0)