diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 7ec5c22632c..07df0637d57 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2424,14 +2424,6 @@ <code><![CDATA[getName]]></code> </DeprecatedMethod> </file> - <file src="apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php"> - <DeprecatedInterface> - <code><![CDATA[private]]></code> - </DeprecatedInterface> - <DeprecatedMethod> - <code><![CDATA[provideInitialState]]></code> - </DeprecatedMethod> - </file> <file src="apps/user_ldap/ajax/clearMappings.php"> <DeprecatedMethod> <code><![CDATA[\OC_JSON::callCheck()]]></code> @@ -4013,6 +4005,11 @@ <code><![CDATA[isAdmin]]></code> </UndefinedInterfaceMethod> </file> + <file src="lib/private/InitialStateService.php"> + <UndefinedInterfaceMethod> + <code><![CDATA[query]]></code> + </UndefinedInterfaceMethod> + </file> <file src="lib/private/Installer.php"> <InvalidArgument> <code><![CDATA[false]]></code> |