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

Commit 908f147

Browse files
authored
Apply fixes from StyleCI (#632)
1 parent 8308a7d commit 908f147

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)