Apply fixes from StyleCI (#632)

This commit is contained in:
rennokki 2020-12-07 20:37:03 +02:00 committed by GitHub
parent 8308a7d16d
commit 908f147cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class PresenceChannelTest extends TestCase
$this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) { $this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) {
$this->assertEquals(0, $total); $this->assertEquals(0, $total);
}); });
} }
public function test_can_whisper_to_private_channel() public function test_can_whisper_to_private_channel()
{ {