Skip to content

Commit e79f771

Browse files
committed
Fix internal error
1 parent 0999855 commit e79f771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryReflection/QuerySimulation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function simulateParamValueType(Type $paramType, bool $preparedPar
3434
return (string) $paramType->getValue();
3535
}
3636

37-
if ($paramType->isArray()->yes()) {
37+
if ($paramType->isIterable()->yes()) {
3838
return self::simulateParamValueType($paramType->getIterableValueType(), $preparedParam);
3939
}
4040

0 commit comments

Comments
 (0)