Passed
Push — master ( 4a9356...afbb7b )
by Patrick
05:26 queued 01:53
created
MattermostClient/Shared/Plugin/Filter/HasMessageChannelFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         $filteredChannel = [];
25 25
         foreach ($channelCollection as $channel) {
26 26
             if ($channel->total_msg_count > 0
27
-                && $channel->last_post_at >= ((int) $this->lastPostDateTime->format('U') * 1000)) {
27
+                && $channel->last_post_at >= ((int)$this->lastPostDateTime->format('U') * 1000)) {
28 28
                 $filteredChannel[] = $channel;
29 29
             }
30 30
         }
Please login to merge, or discard this patch.