@@ -178,7 +178,7 @@ |
||
178 | 178 | */ |
179 | 179 | private function addChannelInfo(): void |
180 | 180 | { |
181 | - if (!array_key_exists('global_channel', $this->record['extra'])){ |
|
181 | + if (!array_key_exists('global_channel', $this->record['extra'])) { |
|
182 | 182 | $this->addInfo('global_channel', $this->record['channel']); |
183 | 183 | } |
184 | 184 |