@@ -54,7 +54,7 @@ |
||
| 54 | 54 | /** |
| 55 | 55 | * Returns filters value. |
| 56 | 56 | * |
| 57 | - * @return mixed |
|
| 57 | + * @return string |
|
| 58 | 58 | */ |
| 59 | 59 | public function getValue() |
| 60 | 60 | { |
@@ -134,7 +134,7 @@ |
||
| 134 | 134 | * |
| 135 | 135 | * @param string $key |
| 136 | 136 | * @param $default |
| 137 | - * @return mixed |
|
| 137 | + * @return integer |
|
| 138 | 138 | */ |
| 139 | 139 | public function getValue($key, $default = null) |
| 140 | 140 | { |