@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | } |
| 196 | 196 | |
| 197 | 197 | /** |
| 198 | - * @param mixed $key |
|
| 198 | + * @param string $key |
|
| 199 | 199 | * @return bool |
| 200 | 200 | */ |
| 201 | 201 | public function containsKey($key) |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | /** |
| 207 | - * @param mixed $value |
|
| 207 | + * @param string $value |
|
| 208 | 208 | * @return bool |
| 209 | 209 | */ |
| 210 | 210 | public function containsValue($value) |
@@ -221,7 +221,7 @@ discard block |
||
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | /** |
| 224 | - * @param null|mixed $key |
|
| 224 | + * @param string $key |
|
| 225 | 225 | * @return mixed |
| 226 | 226 | */ |
| 227 | 227 | public function getOne($key = null) |