aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 8dce521c6f7..9334147be3b 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2809,7 +2809,8 @@
</InvalidReturnType>
</file>
<file src="apps/user_status/lib/Db/UserStatusMapper.php">
- <ImplicitToStringCast occurrences="1">
+ <ImplicitToStringCast occurrences="2">
+ <code>$qb-&gt;createNamedParameter(['online', 'away'], IQueryBuilder::PARAM_STR_ARRAY)</code>
<code>$qb-&gt;createNamedParameter($userIds, IQueryBuilder::PARAM_STR_ARRAY)</code>
</ImplicitToStringCast>
<MoreSpecificImplementedParamType occurrences="1"/>