From 953c6eda283dca45d76ad1b426532a6db35d9439 Mon Sep 17 00:00:00 2001 From: Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> Date: Sun, 11 Oct 2020 04:27:09 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub <noreply@github.com> --- build/psalm-baseline.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 32a27d6bdc3..7b50b52b053 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -5208,9 +5208,6 @@ <InternalMethod occurrences="1"> <code>setSQLLogger</code> </InternalMethod> - <InvalidArgument occurrences="1"> - <code>'OCP\IUser::preDelete'</code> - </InvalidArgument> <InvalidCatch occurrences="1"/> <InvalidScalarArgument occurrences="1"> <code>$uid</code> @@ -5218,9 +5215,6 @@ <MoreSpecificImplementedParamType occurrences="1"> <code>$userId</code> </MoreSpecificImplementedParamType> - <TooManyArguments occurrences="1"> - <code>dispatch</code> - </TooManyArguments> <UndefinedDocblockClass occurrences="1"> <code>\OC\OCSClient</code> </UndefinedDocblockClass> -- GitLab