From 83a58623b116cd3f8c79f751a3df5963b3392692 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 4 Mar 2021 17:31:21 +0100 Subject: Add tagging to messages Signed-off-by: Anna Larch --- tests/psalm-baseline.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/psalm-baseline.xml') diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml index 1cb8ae6f3..f05676999 100644 --- a/tests/psalm-baseline.xml +++ b/tests/psalm-baseline.xml @@ -93,6 +93,11 @@ $qb2->createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY) + + + $qb->createNamedParameter($ids, IQueryBuilder::PARAM_STR_ARRAY) + + $deleteRecipientsQuery->createFunction($messageIdQuery->getSQL()) -- cgit v1.2.3