diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-04-27 02:25:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 02:25:39 +0000 |
commit | de0348abce4bdbc53658c9c3141356854501979c (patch) | |
tree | 2d74295d155aa5a88d8ce26575f7973edec40015 | |
parent | 4df145a6bcb9c6e7999130c1d361466f128bd64e (diff) | |
download | nextcloud-server-de0348abce4bdbc53658c9c3141356854501979c.tar.gz nextcloud-server-de0348abce4bdbc53658c9c3141356854501979c.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ac3c786f5a6..88720fa5b0c 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -90,9 +90,6 @@ <InvalidArgument occurrences="1"> <code>CalendarDeletionDefaultUpdaterListener::class</code> </InvalidArgument> - <UndefinedInterfaceMethod occurrences="1"> - <code>getAppDataDir</code> - </UndefinedInterfaceMethod> </file> <file src="apps/dav/lib/CalDAV/BirthdayService.php"> <UndefinedMethod occurrences="2"> @@ -1060,12 +1057,6 @@ <code>$this->request->server</code> </NoInterfaceProperties> </file> - <file src="apps/oauth2/lib/Db/AccessTokenMapper.php"> - <InvalidCatch occurrences="1"/> - </file> - <file src="apps/oauth2/lib/Db/ClientMapper.php"> - <InvalidCatch occurrences="2"/> - </file> <file src="apps/provisioning_api/lib/Controller/UsersController.php"> <TypeDoesNotContainNull occurrences="2"> <code>$groupid === null</code> @@ -1650,14 +1641,6 @@ <code>$this->request->server</code> </NoInterfaceProperties> </file> - <file src="lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php"> - <InvalidScalarArgument occurrences="4"> - <code>$anonLimit</code> - <code>$anonPeriod</code> - <code>$userLimit</code> - <code>$userPeriod</code> - </InvalidScalarArgument> - </file> <file src="lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php"> <NoInterfaceProperties occurrences="1"> <code>$this->request->server</code> @@ -1728,9 +1711,6 @@ <code>$provider['provider_id']</code> </InvalidArrayAccess> </file> - <file src="lib/private/Authentication/WebAuthn/CredentialRepository.php"> - <InvalidCatch occurrences="2"/> - </file> <file src="lib/private/BackgroundJob/QueuedJob.php"> <MoreSpecificImplementedParamType occurrences="1"> <code>$jobList</code> |