From 8415a0609114c57b1db94991b448b1240a28e5bc Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 31 May 2022 14:53:07 +0200 Subject: [PATCH] Update psalm-baseline Signed-off-by: Daniel Kesselberg --- build/psalm-baseline.xml | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index fcf28a8b775..1e27a2496c7 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -98,7 +98,9 @@ - + + CalendarDeletionDefaultUpdaterListener::class + getAppDataDir @@ -722,7 +724,9 @@ $this->backend->getArbiterPath() - + + bool + @@ -885,6 +889,7 @@ get_class($res) === 'OpenSSLAsymmetricKey' + is_object($res) @@ -1632,7 +1637,9 @@ - + + AppPasswordCreatedActivityListener::class + getSettingsManager @@ -3991,7 +3998,7 @@ - $fh + $stream get @@ -4141,8 +4148,12 @@ - - + + IUser|false + + + $backend + createUser getUsersForUserValueCaseInsensitive @@ -4224,9 +4235,6 @@ - - $fh - mt_rand() @@ -4283,11 +4291,6 @@ \Test\Util\User\Dummy - - - ContainerExceptionInterface - - $this->request->server @@ -4358,6 +4361,12 @@ ContainerExceptionInterface + + + ContainerExceptionInterface + NotFoundExceptionInterface + + $e->getCode() -- 2.39.5