diff --git a/DeviceDetector.php b/DeviceDetector.php index 28810d2346..8e5c53eb0a 100644 --- a/DeviceDetector.php +++ b/DeviceDetector.php @@ -1043,7 +1043,9 @@ protected function parseDevice(): void /** * Devices running Kylo or Espial TV Browsers are assumed to be a TV */ - if (\in_array($clientName, ['Kylo', 'Espial TV Browser', 'LUJO TV Browser', 'LogicUI TV Browser', 'Open TV Browser'])) { + if (\in_array($clientName, [ + 'Kylo', 'Espial TV Browser', 'LUJO TV Browser', 'LogicUI TV Browser', 'Open TV Browser' + ])) { $this->device = AbstractDeviceParser::DEVICE_TYPE_TV; }