From 6ad917e85d088e02f674a7e377a8b187c0411ff1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 7 Apr 2021 14:57:42 +0200 Subject: Chunk huge arrays to surpress Oracle IN() warning Signed-off-by: Joas Schilling Signed-off-by: Christoph Wurst --- tests/psalm-baseline.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/psalm-baseline.xml') diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml index f05676999..7fc2965a8 100644 --- a/tests/psalm-baseline.xml +++ b/tests/psalm-baseline.xml @@ -124,7 +124,6 @@ $qb2->createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY) $qb2->createNamedParameter(array_keys($indexedMessages), IQueryBuilder::PARAM_INT_ARRAY) $qb4->createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY) - $query->createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY) $query->createNamedParameter($uids, IQueryBuilder::PARAM_INT_ARRAY) -- cgit v1.2.3