Skip to content

Commit

Permalink
Merge pull request #25289 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 authored Jan 23, 2021
2 parents 7668c86 + 9021059 commit a308c9b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1989,14 +1989,6 @@
<code>getLanguages</code>
</UndefinedInterfaceMethod>
</file>
<file src="apps/settings/lib/Settings/Personal/Security/WebAuthn.php">
<InvalidNullableReturnType occurrences="1">
<code>?string</code>
</InvalidNullableReturnType>
<NullableReturnStatement occurrences="1">
<code>null</code>
</NullableReturnStatement>
</file>
<file src="apps/settings/lib/Settings/Personal/ServerDevNotice.php">
<InvalidNullableReturnType occurrences="1">
<code>string</code>
Expand Down Expand Up @@ -3102,8 +3094,7 @@
</InvalidReturnType>
</file>
<file src="lib/private/Authentication/TwoFactorAuth/Manager.php">
<InvalidArgument occurrences="3">
<code>$tokenId</code>
<InvalidArgument occurrences="2">
<code>IProvider::EVENT_FAILED</code>
<code>IProvider::EVENT_SUCCESS</code>
</InvalidArgument>
Expand All @@ -3113,9 +3104,8 @@
<InvalidReturnType occurrences="1">
<code>string[]</code>
</InvalidReturnType>
<InvalidScalarArgument occurrences="3">
<InvalidScalarArgument occurrences="2">
<code>$this-&gt;timeFactory-&gt;getTime()</code>
<code>$token-&gt;getId()</code>
<code>$tokenId</code>
</InvalidScalarArgument>
<TooManyArguments occurrences="2">
Expand Down Expand Up @@ -4061,12 +4051,6 @@
</InvalidScalarArgument>
</file>
<file src="lib/private/Files/Storage/Flysystem.php">
<InvalidReturnStatement occurrences="1">
<code>$this-&gt;flysystem-&gt;getTimestamp($this-&gt;buildPath($path))</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>filemtime</code>
</InvalidReturnType>
<ParamNameMismatch occurrences="4">
<code>$source</code>
<code>$source</code>
Expand Down

0 comments on commit a308c9b

Please sign in to comment.