From 8e9695a611e1724481a36e736695110aa83e869e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 7 Nov 2024 14:53:17 +0100 Subject: [PATCH] ci: Fix CS Signed-off-by: Joas Schilling --- lib/BackgroundJob/CheckHostedSignalingServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BackgroundJob/CheckHostedSignalingServer.php b/lib/BackgroundJob/CheckHostedSignalingServer.php index 07d05263e99..22d98973fff 100644 --- a/lib/BackgroundJob/CheckHostedSignalingServer.php +++ b/lib/BackgroundJob/CheckHostedSignalingServer.php @@ -119,7 +119,7 @@ protected function run($argument): void { ]; } - // only credentials have changed + // only credentials have changed } elseif ($newStatus === 'active' && ( $oldAccountInfo['signaling']['url'] !== $accountInfo['signaling']['url'] || $oldAccountInfo['signaling']['secret'] !== $accountInfo['signaling']['secret'])