diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-08-11 19:33:37 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-08-11 19:33:37 +0200 |
commit | 225eb27bcac1e710a4aba723483745bb3677460f (patch) | |
tree | 1026ea2f65cca427951a739dd621db2263aedc55 /lib/public/Settings/ISection.php | |
parent | 8f12f5df15158a463ac2d0e2b7350ad3ca871a1d (diff) | |
download | nextcloud-server-225eb27bcac1e710a4aba723483745bb3677460f.tar.gz nextcloud-server-225eb27bcac1e710a4aba723483745bb3677460f.zip |
Add since tags to class
Diffstat (limited to 'lib/public/Settings/ISection.php')
-rw-r--r-- | lib/public/Settings/ISection.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Settings/ISection.php b/lib/public/Settings/ISection.php index 2905b087c32..5edf5de0ca4 100644 --- a/lib/public/Settings/ISection.php +++ b/lib/public/Settings/ISection.php @@ -23,6 +23,9 @@ namespace OCP\Settings; +/** + * @since 9.1 + */ interface ISection { /** * returns the ID of the section. It is supposed to be a lower case string, |