diff options
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 36 |
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->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->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> @@ -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> |