diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-06-23 11:42:14 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-07-05 14:44:44 +0200 |
commit | ec5cbdeb7ffb87c0169c39e6f44846e819b41f14 (patch) | |
tree | 275f11c139076fbcb60cc39c8ce609dfd3f41f82 /build/psalm-baseline.xml | |
parent | 812016d62614ac3669a3fdf51fa2e07170e08c08 (diff) | |
download | nextcloud-server-ec5cbdeb7ffb87c0169c39e6f44846e819b41f14.tar.gz nextcloud-server-ec5cbdeb7ffb87c0169c39e6f44846e819b41f14.zip |
Make Color class public
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 30 |
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->config->getUserValue($this->user->getUID(), 'avatar', 'version', 0) + 1</code> - </InvalidScalarArgument> - </file> <file src="lib/private/BackgroundJob/JobList.php"> <InvalidScalarArgument occurrences="1"> <code>$job->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> |