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
diff options
context:
space:
mode:
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 483250b1237..12e3ca72e7a 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2455,37 +2455,6 @@
<file src="lib/private/Authentication/WebAuthn/CredentialRepository.php">
<InvalidCatch occurrences="2"/>
</file>
- <file src="lib/private/Avatar/Avatar.php">
- <ImplementedReturnTypeMismatch occurrences="1">
- <code>Color</code>
- </ImplementedReturnTypeMismatch>
- <InvalidReturnStatement occurrences="1">
- <code>$finalPalette[$this-&gt;hashToInt($hash, $steps * 3)]</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>Color</code>
- </InvalidReturnType>
- <ParamNameMismatch occurrences="1">
- <code>$hash</code>
- </ParamNameMismatch>
- </file>
- <file src="lib/private/Avatar/AvatarManager.php">
- <ParamNameMismatch occurrences="1">
- <code>$userId</code>
- </ParamNameMismatch>
- </file>
- <file src="lib/private/Avatar/PlaceholderAvatar.php">
- <InvalidScalarArgument occurrences="1">
- <code>$data</code>
- </InvalidScalarArgument>
- </file>
- <file src="lib/private/Avatar/UserAvatar.php">
- <InvalidScalarArgument occurrences="3">
- <code>$data</code>
- <code>$data</code>
- <code>(int) $this-&gt;config-&gt;getUserValue($this-&gt;user-&gt;getUID(), 'avatar', 'version', 0) + 1</code>
- </InvalidScalarArgument>
- </file>
<file src="lib/private/BackgroundJob/JobList.php">
<InvalidScalarArgument occurrences="1">
<code>$job-&gt;getId()</code>
@@ -4230,11 +4199,6 @@
<code>array</code>
</InvalidParamDefault>
</file>
- <file src="lib/public/IAvatar.php">
- <UndefinedDocblockClass occurrences="1">
- <code>Color</code>
- </UndefinedDocblockClass>
- </file>
<file src="lib/public/IContainer.php">
<InvalidThrow occurrences="2">
<code>ContainerExceptionInterface</code>