diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-12-19 11:27:42 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-01-11 19:20:11 +0100 |
commit | 3316a9d2940f2fe134bcf4c5fc9193861d23fc90 (patch) | |
tree | ecefa142bdaec14773dfce2f8de7f0ccc21d5435 /lib/private/Authentication | |
parent | 46adb3eced0386b97540947beb8c305efdc15175 (diff) | |
download | nextcloud-server-3316a9d2940f2fe134bcf4c5fc9193861d23fc90.tar.gz nextcloud-server-3316a9d2940f2fe134bcf4c5fc9193861d23fc90.zip |
fix @since annotations (9.1->12)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Authentication')
-rw-r--r-- | lib/private/Authentication/LoginCredentials/Store.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php index 17749c63b3d..c2b11c8e341 100644 --- a/lib/private/Authentication/LoginCredentials/Store.php +++ b/lib/private/Authentication/LoginCredentials/Store.php @@ -66,7 +66,7 @@ class Store implements IStore { } /** - * @since 9.2 + * @since 12 * * @return ICredentials the login credentials of the current user * @throws CredentialsUnavailableException |