@@ -24,7 +24,7 @@ |
||
| 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 | } |