Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-04-08 15:20:50 +0300
committerGitHub <noreply@github.com>2021-04-08 15:20:50 +0300
commit619037b35fa122b5b2a163787adbaffa67a5fc21 (patch)
tree1ed61a1d4562a0395d62510713d324b74ff9adda /tests/psalm-baseline.xml
parent76d351dbebeb7baa2131db4e0f0c8797dab2cf83 (diff)
parent6ad917e85d088e02f674a7e377a8b187c0411ff1 (diff)
Merge pull request #4906 from nextcloud/techdebt/noid/chunk-huge-arrays
Chunk huge arrays to surpress Oracle IN() warning
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 162a9b659..7f7a470e1 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -119,7 +119,6 @@
<code>$qb2-&gt;createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY)</code>
<code>$qb2-&gt;createNamedParameter(array_keys($indexedMessages), IQueryBuilder::PARAM_INT_ARRAY)</code>
<code>$qb4-&gt;createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY)</code>
- <code>$query-&gt;createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY)</code>
<code>$query-&gt;createNamedParameter($uids, IQueryBuilder::PARAM_INT_ARRAY)</code>
</ImplicitToStringCast>
</file>