From 908f147cb3f67e180d3b91b9198fcb7d278dc500 Mon Sep 17 00:00:00 2001 From: rennokki Date: Mon, 7 Dec 2020 20:37:03 +0200 Subject: [PATCH] Apply fixes from StyleCI (#632) --- tests/PresenceChannelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PresenceChannelTest.php b/tests/PresenceChannelTest.php index d2298ac..e5a294b 100644 --- a/tests/PresenceChannelTest.php +++ b/tests/PresenceChannelTest.php @@ -170,7 +170,7 @@ class PresenceChannelTest extends TestCase $this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) { $this->assertEquals(0, $total); }); -} + } public function test_can_whisper_to_private_channel() {