Merge pull request #22342 from nextcloud/fix/noid/psalm-warnings

Fix psalm warnings
This commit is contained in:
Morris Jobke 2020-08-20 18:36:05 +02:00 committed by GitHub
commit ed1f89ae10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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