Skip to content

Commit 7dc8e39

Browse files
committed
Fix tests for old doctrine
1 parent de07ff8 commit 7dc8e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Lib/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ protected function initializeEntityManager(
303303
}
304304
}
305305

306-
protected function deduceArrayParameterType(Type $dbalType): ArrayParameterType
306+
protected function deduceArrayParameterType(Type $dbalType): ArrayParameterType|int
307307
{
308308
if ($dbalType->getBindingType() === ParameterType::INTEGER) {
309309
return ArrayParameterType::INTEGER;

0 commit comments

Comments
 (0)