Merge pull request #31416 from nextcloud/automated/noid/psalm-baseline-update-1646280947

[Automated] Update psalm-baseline.xml
This commit is contained in:
MichaIng 2022-03-04 00:15:03 +01:00 committed by GitHub
commit aec2e0fdc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2699,22 +2699,10 @@
</UndefinedMethod>
</file>
<file src="lib/private/Archive/TAR.php">
<InvalidReturnStatement occurrences="1">
<code>$this-&gt;tar-&gt;extractInString($path)</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>string</code>
</InvalidReturnType>
<UndefinedDocblockClass occurrences="1">
<code>$this-&gt;tar-&gt;extractInString($path)</code>
</UndefinedDocblockClass>
</file>
<file src="lib/private/Archive/ZIP.php">
<ImplementedReturnTypeMismatch occurrences="2">
<code>boolean|null</code>
<code>boolean|null</code>
</ImplementedReturnTypeMismatch>
</file>
<file src="lib/private/Authentication/LoginCredentials/Store.php">
<RedundantCondition occurrences="1">
<code>$trySession</code>
@ -4609,9 +4597,6 @@
<InvalidNullableReturnType occurrences="1">
<code>getBackend</code>
</InvalidNullableReturnType>
<InvalidPropertyAssignmentValue occurrences="1">
<code>$this-&gt;config-&gt;getUserValue($uid, 'login', 'lastLogin', 0)</code>
</InvalidPropertyAssignmentValue>
<InvalidReturnStatement occurrences="1">
<code>$image</code>
</InvalidReturnStatement>