# Support question How can I fix the error? ```` Parameter #1 $values of function check expects array(object|string, string), array&callable(): mixed given. ```` Replaced with `array&callable` will give ```` Function check() has parameter $values with no value type specified in iterable type array&callable ```` https://phpstan.org/r/5224db7e-74d8-4df2-9e52-035bf8f7f700 <!-- Please describe in as much detail as possible what problem you are trying to solve and what have you tried so far. -->
Support question
How can I fix the error?
Replaced with
array&callablewill givehttps://phpstan.org/r/5224db7e-74d8-4df2-9e52-035bf8f7f700