Skip to content

Commit

Permalink
ci: Fix CS
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 7, 2024
1 parent 61b37f4 commit 8e9695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BackgroundJob/CheckHostedSignalingServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 8e9695a

Please sign in to comment.