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 de07ff8 commit 7dc8e39Copy full SHA for 7dc8e39
tests/Lib/TestCase.php
@@ -303,7 +303,7 @@ protected function initializeEntityManager(
303
}
304
305
306
- protected function deduceArrayParameterType(Type $dbalType): ArrayParameterType
+ protected function deduceArrayParameterType(Type $dbalType): ArrayParameterType|int
307
{
308
if ($dbalType->getBindingType() === ParameterType::INTEGER) {
309
return ArrayParameterType::INTEGER;
0 commit comments