Skip to content

Commit

Permalink
Merge pull request #22634 from nextcloud-pr-bot/automated/noid/psalm-…
Browse files Browse the repository at this point in the history
…baseline-update

[Automated] Update psalm-baseline.xml
  • Loading branch information
rullzer committed Sep 9, 2020
2 parents cd56302 + 9c57fff commit 918d1f6
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.14.2@3538fe1955d47f6ee926c0769d71af6db08aa488">
<files psalm-version="3.15@de6e7f324f44dde540ebe7ebd4eb481b97c86f30">
<file src="3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>string|null</code>
Expand Down Expand Up @@ -2196,9 +2196,6 @@
</InvalidArgument>
</file>
<file src="apps/settings/lib/Controller/UsersController.php">
<InvalidArgument occurrences="1">
<code>'OC\Settings\Users::loadAdditionalScripts'</code>
</InvalidArgument>
<UndefinedInterfaceMethod occurrences="3">
<code>countUsersOfGroups</code>
<code>countDisabledUsersOfGroups</code>
Expand Down Expand Up @@ -2701,7 +2698,7 @@
<code>null</code>
<code>null</code>
</InvalidReturnType>
<InvalidScalarArgument occurrences="17">
<InvalidScalarArgument occurrences="15">
<code>$this-&gt;connection-&gt;ldapQuotaAttribute</code>
<code>$this-&gt;connection-&gt;ldapUserDisplayName</code>
<code>$this-&gt;connection-&gt;ldapUserDisplayName2</code>
Expand All @@ -2714,8 +2711,6 @@
<code>$this-&gt;access-&gt;connection-&gt;homeFolderNamingRule</code>
<code>true</code>
<code>1</code>
<code>time()</code>
<code>86400</code>
<code>$emailAttribute</code>
<code>$quotaAttribute</code>
<code>$this-&gt;connection-&gt;ldapExtStorageHomeAttribute</code>
Expand Down Expand Up @@ -2793,7 +2788,6 @@
</file>
<file src="apps/user_status/lib/Db/UserStatusMapper.php">
<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"/>
Expand Down Expand Up @@ -3971,11 +3965,6 @@
<code>dispatch</code>
</TooManyArguments>
</file>
<file src="lib/private/Federation/CloudIdManager.php">
<RedundantCondition occurrences="1">
<code>$pos !== false</code>
</RedundantCondition>
</file>
<file src="lib/private/Files/Cache/Cache.php">
<ImplicitToStringCast occurrences="3">
<code>$builder-&gt;createNamedParameter($value)</code>
Expand Down

0 comments on commit 918d1f6

Please sign in to comment.