@@ -38,6 +38,9 @@ |
||
| 38 | 38 | ($this->operatingSystem->patch !== null ? '.'.$this->operatingSystem->patch : ''); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | + /** |
|
| 42 | + * @param string $userAgent |
|
| 43 | + */ |
|
| 41 | 44 | protected function getUserAgent($userAgent) |
| 42 | 45 | { |
| 43 | 46 | if (!empty($userAgent)) { |