We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0999855 commit e79f771Copy full SHA for e79f771
src/QueryReflection/QuerySimulation.php
@@ -34,7 +34,7 @@ public static function simulateParamValueType(Type $paramType, bool $preparedPar
34
return (string) $paramType->getValue();
35
}
36
37
- if ($paramType->isArray()->yes()) {
+ if ($paramType->isIterable()->yes()) {
38
return self::simulateParamValueType($paramType->getIterableValueType(), $preparedParam);
39
40
0 commit comments