From b6837a05e40402365a118558e1711caa2355cd4e Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Mon, 7 Dec 2020 23:30:28 +0200 Subject: [PATCH] Revert "Apply fixes from StyleCI (#632)" This reverts commit 908f147cb3f67e180d3b91b9198fcb7d278dc500. --- tests/PresenceChannelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PresenceChannelTest.php b/tests/PresenceChannelTest.php index e5a294b..d2298ac 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() {