diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-15 18:51:52 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-15 18:51:52 +0100 |
commit | f07d75a4dda0b6c6de126561d74da6e5a449fb99 (patch) | |
tree | cb75ffb30267c227544623a5893b8e3249bb33f0 /lib/public/LDAP/ILDAPProviderFactory.php | |
parent | b775d935f2098e875c12e3ccb631d01f0c69f828 (diff) | |
download | nextcloud-server-f07d75a4dda0b6c6de126561d74da6e5a449fb99.tar.gz nextcloud-server-f07d75a4dda0b6c6de126561d74da6e5a449fb99.zip |
@since 9.2.0 to @since 11.0.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/LDAP/ILDAPProviderFactory.php')
-rw-r--r-- | lib/public/LDAP/ILDAPProviderFactory.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/LDAP/ILDAPProviderFactory.php b/lib/public/LDAP/ILDAPProviderFactory.php index 99e7b8d27ea..74f84bff503 100644 --- a/lib/public/LDAP/ILDAPProviderFactory.php +++ b/lib/public/LDAP/ILDAPProviderFactory.php @@ -31,7 +31,7 @@ use OCP\IServerContainer; * instance. * * @package OCP\LDAP - * @since 9.2.0 + * @since 11.0.0 */ interface ILDAPProviderFactory { @@ -39,7 +39,7 @@ interface ILDAPProviderFactory { * Constructor for the LDAP provider factory * * @param IServerContainer $serverContainer server container - * @since 9.2.0 + * @since 11.0.0 */ public function __construct(IServerContainer $serverContainer); @@ -47,7 +47,7 @@ interface ILDAPProviderFactory { * creates and returns an instance of the ILDAPProvider * * @return ILDAPProvider - * @since 9.2.0 + * @since 11.0.0 */ public function getLDAPProvider(); } |