@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @return mixed |
|
| 54 | + * @return string |
|
| 55 | 55 | */ |
| 56 | 56 | public function getUserAgent() |
| 57 | 57 | { |
@@ -109,6 +109,9 @@ discard block |
||
| 109 | 109 | |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | + /** |
|
| 113 | + * @param string $type |
|
| 114 | + */ |
|
| 112 | 115 | public function getPatternList($list, $type) |
| 113 | 116 | { |
| 114 | 117 | return array_key_exists($type, $list) ? $list[$type] : []; |