diff -ru src/Update.php src/Update.php --- src/Update.php 2025-01-17 11:06:27.337492053 +0000 +++ src/Update.php 2025-01-17 11:06:27.738492807 +0000 @@ -34,7 +34,7 @@ /** * @param string|string[] $topics - * @param ?string $type SSE type: https://developer.mozilla.org/en-US/docs/Web/API/EventSource + * @param ?string $type SSE type: https://developer.mozilla.org/en-US/docs/Web/API/EventSource */ public function __construct($topics, string $data = '', bool $private = false, ?string $id = null, ?string $type = null, ?int $retry = null) {