diff --git a/src/Update.php b/src/Update.php index 129a05f..a64d45a 100644 --- a/src/Update.php +++ b/src/Update.php @@ -34,6 +34,7 @@ final class Update /** * @param string|string[] $topics + * @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) {