Update psalm baseline to allow warning of implicit cast to string

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2021-01-15 16:55:47 +01:00
parent 151abca91c
commit 8103fd98d1
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 3 additions and 2 deletions

View File

@ -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">