mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #31416 from nextcloud/automated/noid/psalm-baseline-update-1646280947
[Automated] Update psalm-baseline.xml
This commit is contained in:
commit
aec2e0fdc4
1 changed files with 0 additions and 15 deletions
|
|
@ -2699,22 +2699,10 @@
|
|||
</UndefinedMethod>
|
||||
</file>
|
||||
<file src="lib/private/Archive/TAR.php">
|
||||
<InvalidReturnStatement occurrences="1">
|
||||
<code>$this->tar->extractInString($path)</code>
|
||||
</InvalidReturnStatement>
|
||||
<InvalidReturnType occurrences="1">
|
||||
<code>string</code>
|
||||
</InvalidReturnType>
|
||||
<UndefinedDocblockClass occurrences="1">
|
||||
<code>$this->tar->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->config->getUserValue($uid, 'login', 'lastLogin', 0)</code>
|
||||
</InvalidPropertyAssignmentValue>
|
||||
<InvalidReturnStatement occurrences="1">
|
||||
<code>$image</code>
|
||||
</InvalidReturnStatement>
|
||||
|
|
|
|||
Loading…
Reference in a new issue