Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit d2a11e2

Browse files
committed
fix: cs
1 parent ed0854a commit d2a11e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/RequestHandler/PromptGetHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function createResponse(Request $message): Response|Error
5050
],
5151
],
5252
// TODO better exception
53-
default => throw new \InvalidArgumentException('Unsupported PromptGet result type: ' . $result->type),
53+
default => throw new \InvalidArgumentException('Unsupported PromptGet result type: '.$result->type),
5454
};
5555

5656
$messages[] = [

0 commit comments

Comments
 (0)