From bed18073443ea511354c7a67a2446a45613226d0 Mon Sep 17 00:00:00 2001 From: azzumed <76779534+azzumed@users.noreply.github.com> Date: Sat, 15 Feb 2025 22:31:40 +0300 Subject: [PATCH] fix: wrong pusher rest-api url --- src/Pusher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pusher.php b/src/Pusher.php index d4746cd..a604ef6 100755 --- a/src/Pusher.php +++ b/src/Pusher.php @@ -701,7 +701,7 @@ public function get_users_info(string $channel): object * All request signing is handled automatically. * * @param string $path Path excluding /apps/APP_ID - * @param array $params API params (see http://pusher.com/docs/rest_api) + * @param array $params API params (see http://pusher.com/docs/rest-api) * @param bool $associative When true, return the response body as an associative array, else return as an object * * @throws ApiErrorException Throws ApiErrorException if the Channels HTTP API responds with an error