diff --git a/src/Schema/Request/GetPromptRequest.php b/src/Schema/Request/GetPromptRequest.php index bc6903f3..5d91ff55 100644 --- a/src/Schema/Request/GetPromptRequest.php +++ b/src/Schema/Request/GetPromptRequest.php @@ -22,8 +22,8 @@ final class GetPromptRequest extends Request { /** - * @param string $name the name of the prompt to get - * @param array|null $arguments the arguments to pass to the prompt + * @param string $name the name of the prompt to get + * @param array|null $arguments the arguments to pass to the prompt */ public function __construct( public readonly string $name, @@ -56,7 +56,7 @@ protected static function fromParams(?array $params): static } /** - * @return array{name: string, arguments?: array} + * @return array{name: string, arguments?: array} */ protected function getParams(): array {