Fix psalm warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/22342/head
Morris Jobke 5 years ago
parent d028423107
commit bb8be58386
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 3
      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"/>

Loading…
Cancel
Save