Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 4747f5ae6ca..6ec6d58e714 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -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>
@@ -2814,23 +2802,12 @@
<code>$userId</code>
</ParamNameMismatch>
</file>
- <file src="lib/private/Avatar/GuestAvatar.php">
- <ImplementedReturnTypeMismatch occurrences="1">
- <code>InMemoryFile</code>
- </ImplementedReturnTypeMismatch>
- </file>
<file src="lib/private/Avatar/PlaceholderAvatar.php">
- <ImplementedReturnTypeMismatch occurrences="1">
- <code>ISimpleFile</code>
- </ImplementedReturnTypeMismatch>
<InvalidScalarArgument occurrences="1">
<code>$data</code>
</InvalidScalarArgument>
</file>
<file src="lib/private/Avatar/UserAvatar.php">
- <ImplementedReturnTypeMismatch occurrences="1">
- <code>ISimpleFile</code>
- </ImplementedReturnTypeMismatch>
<InvalidScalarArgument occurrences="3">
<code>$data</code>
<code>$data</code>
@@ -4609,9 +4586,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>