Skip to content

Commit

Permalink
Fix whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Jan 4, 2021
1 parent 80437c3 commit 8bf01ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Analyser/Header/Useragent/Device/Television.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ private function detectSettopboxes($ua)
'4400' => '4',
'4620' => 'Premiere',
'4630' => 'Premiere+',
'4640' => 'Ultra',
'4640' => 'Ultra',
'4660' => 'Ultra',
'4661' => 'Ultra',
'4662' => 'Ultra LT',
Expand Down Expand Up @@ -694,8 +694,7 @@ private function detectSettopboxes($ua)
if (is_array($models[$model])) {
$this->data->device->manufacturer = $models[$model][0];
$this->data->device->model = $models[$model][1];
}
else {
} else {
$this->data->device->model = $models[$model];
}

Expand Down

0 comments on commit 8bf01ea

Please sign in to comment.