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:
authorCarl Schwan <carl@carlschwan.eu>2022-06-23 12:42:14 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-07-05 15:44:44 +0300
commitec5cbdeb7ffb87c0169c39e6f44846e819b41f14 (patch)
tree275f11c139076fbcb60cc39c8ce609dfd3f41f82 /build
parent812016d62614ac3669a3fdf51fa2e07170e08c08 (diff)
Make Color class publiccleanup/avatar-code
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index c70ef72574c..87510a30a7b 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2493,31 +2493,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>
- <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>
@@ -4280,11 +4255,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>