diff options
-rw-r--r-- | build/psalm-baseline.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b71de1117db..a8d98ea2c42 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -50,13 +50,6 @@ <code>$this->appRoot</code> </UndefinedThisPropertyFetch> </file> - <file src="apps/admin_audit/lib/AppInfo/Application.php"> - <UndefinedInterfaceMethod occurrences="3"> - <code>listen</code> - <code>listen</code> - <code>listen</code> - </UndefinedInterfaceMethod> - </file> <file src="apps/cloud_federation_api/lib/Controller/RequestHandlerController.php"> <InvalidScalarArgument occurrences="1"> <code>$e->getCode()</code> @@ -2159,11 +2152,6 @@ <code>ignoreNextcloudRequirementForApp</code> </UndefinedInterfaceMethod> </file> - <file src="apps/settings/lib/Controller/ChangePasswordController.php"> - <UndefinedInterfaceMethod occurrences="1"> - <code>getSubAdmin</code> - </UndefinedInterfaceMethod> - </file> <file src="apps/settings/lib/Controller/CheckSetupController.php"> <InvalidArgument occurrences="2"> <code>IDBConnection::CHECK_MISSING_INDEXES_EVENT</code> @@ -2195,13 +2183,6 @@ <code>$this->l10n->t('You need to set your user email before being able to send test emails.')</code> </InvalidArgument> </file> - <file src="apps/settings/lib/Controller/UsersController.php"> - <UndefinedInterfaceMethod occurrences="3"> - <code>countUsersOfGroups</code> - <code>countDisabledUsersOfGroups</code> - <code>getLanguages</code> - </UndefinedInterfaceMethod> - </file> <file src="apps/settings/lib/Hooks.php"> <InvalidArgument occurrences="1"> <code>[$user->getEMailAddress() => $user->getDisplayName()]</code> @@ -5008,9 +4989,6 @@ <code>$sortMode</code> <code>self::SORT_NONE</code> </InvalidPropertyAssignmentValue> - <UndefinedInterfaceMethod occurrences="1"> - <code>getSubAdmin</code> - </UndefinedInterfaceMethod> </file> <file src="lib/private/Http/Client/Response.php"> <InvalidNullableReturnType occurrences="1"> |