@@ -180,7 +180,7 @@ |
||
180 | 180 | |
181 | 181 | /** |
182 | 182 | * Returns whether the value is in the list of allowed values. |
183 | - * @param mixed $value the value to be tested. |
|
183 | + * @param string|null $value the value to be tested. |
|
184 | 184 | * @param mixed $allowedValues the list of allowed values. |
185 | 185 | * @return bool whether the value is in the list of allowed values. |
186 | 186 | */ |