@@ -67,8 +67,7 @@ |
||
67 | 67 | $properties = ['view', 'platform', 'platformVersion', 'device', 'browser', 'browserVersion']; |
68 | 68 | |
69 | 69 | $panel[] = '<table style="width:100%">'; |
70 | - foreach ($properties as $property) |
|
71 | - { |
|
70 | + foreach ($properties as $property) { |
|
72 | 71 | $panel[] = '<tr><th>' . ucfirst($property) . '</th><td>' . $h($this->mobileDetect->{$property}() ?: '') . '</td></tr>'; |
73 | 72 | } |
74 | 73 | $panel[] = '</table>'; |