Revert "Apply fixes from StyleCI (#632)"

This reverts commit 908f147cb3.
This commit is contained in:
Alex Renoki 2020-12-07 23:30:28 +02:00
parent b74144cdd5
commit b6837a05e4
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()
{ {