From 58772324ba016482af16f98a5fe6a8f0173162b6 Mon Sep 17 00:00:00 2001 From: rennokki Date: Wed, 16 Sep 2020 08:03:21 +0000 Subject: [PATCH] Apply fixes from StyleCI (#535) --- src/Channels/PresenceChannel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Channels/PresenceChannel.php b/src/Channels/PresenceChannel.php index 7aaf31b..7e7b81a 100644 --- a/src/Channels/PresenceChannel.php +++ b/src/Channels/PresenceChannel.php @@ -127,7 +127,7 @@ class PresenceChannel extends PrivateChannel $connection->app->id ); } - }); + }); }); } }