aboutsummaryrefslogtreecommitdiffstats
path: root/build/psalm-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 4d78638e383..1e0c40d7d26 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2618,8 +2618,9 @@
</InvalidReturnType>
</file>
<file src="apps/user_ldap/lib/Mapping/AbstractMapping.php">
- <ImplicitToStringCast occurrences="1">
- <code>$qb-&gt;createNamedParameter($fdns, QueryBuilder::PARAM_STR_ARRAY)</code>
+ <ImplicitToStringCast occurrences="2">
+ <code>$qb-&gt;createNamedParameter($dnList, QueryBuilder::PARAM_STR_ARRAY)</code>
+ <code>$qb-&gt;createNamedParameter($fdnsSlice, QueryBuilder::PARAM_STR_ARRAY)</code>
</ImplicitToStringCast>
</file>
<file src="apps/user_ldap/lib/Proxy.php">