@@ -168,7 +168,7 @@ |
||
168 | 168 | */ |
169 | 169 | private function addChannelInfo(): void |
170 | 170 | { |
171 | - if(!array_key_exists('global_channel', $this->record['extra'])){ |
|
171 | + if (!array_key_exists('global_channel', $this->record['extra'])) { |
|
172 | 172 | $this->addInfo('global_channel', $this->record['channel']); |
173 | 173 | } |
174 | 174 |