Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit b6837a0

Browse files
committed
Revert "Apply fixes from StyleCI (#632)"
This reverts commit 908f147.
1 parent b74144c commit b6837a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PresenceChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function test_unsubscribe_from_presence_channel()
170170
$this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) {
171171
$this->assertEquals(0, $total);
172172
});
173-
}
173+
}
174174

175175
public function test_can_whisper_to_private_channel()
176176
{

0 commit comments

Comments
 (0)