From 9e9bedc0f27690a993845cb8a50407f69a36439d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Apr 2026 14:15:16 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Overrides/TenancyBroadcastManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Overrides/TenancyBroadcastManager.php b/src/Overrides/TenancyBroadcastManager.php index 5f3fc4cd..14588b1f 100644 --- a/src/Overrides/TenancyBroadcastManager.php +++ b/src/Overrides/TenancyBroadcastManager.php @@ -16,7 +16,7 @@ class TenancyBroadcastManager extends BroadcastManager * in $this->drivers (so that e.g. when you update tenant's broadcaster credentials in the tenant context, * the updated credentials will be used for broadcasting in the same context) * - should inherit the original broadcaster's channels (= the channels registered in - * the central context, e.g. in routes/channels.php, before this manager overrides the bound BroadcastManager) + * the central context, e.g. in routes/channels.php, before this manager overrides the bound BroadcastManager). */ public static array $tenantBroadcasters = ['pusher', 'ably'];