We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61b0d65 + e13fe07 commit 13a787eCopy full SHA for 13a787e
1 file changed
lib/private/App/CodeChecker/DeprecationCheck.php
@@ -44,6 +44,7 @@ protected function getLocalClasses() {
44
'OCP\JSON' => '8.1.0',
45
'OCP\Response' => '8.1.0',
46
'OCP\AppFramework\IApi' => '8.0.0',
47
+ 'OCP\User' => '13.0.0',
48
];
49
}
50
@@ -141,6 +142,9 @@ protected function getLocalMethods() {
141
142
'OCP\User::userExists' => '8.1.0',
143
'OCP\User::logout' => '8.1.0',
144
'OCP\User::checkPassword' => '8.1.0',
145
+ 'OCP\User::isLoggedIn' => '13.0.0',
146
+ 'OCP\User::checkAdminUser' => '13.0.0',
147
+ 'OCP\User::checkLoggedIn' => '13.0.0',
148
149
'OCP\Util::encryptedFiles' => '8.1.0',
150
'OCP\Util::formatDate' => '8.0.0',
0 commit comments