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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2021-01-15 18:55:47 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-01-15 18:55:47 +0300
commit8103fd98d10b54f14b0c30c85fc9858386af84bc (patch)
tree4546881c689aa5eed008f0cc85f36424e6686398 /build
parent151abca91c300149ee9489489a7d17414bd3838a (diff)
Update psalm baseline to allow warning of implicit cast to string
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build')
-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">