Add since tags to class
This commit is contained in:
parent
8f12f5df15
commit
225eb27bca
3 changed files with 9 additions and 1 deletions
|
@ -23,7 +23,9 @@
|
|||
|
||||
namespace OCP\Settings;
|
||||
|
||||
|
||||
/**
|
||||
* @since 9.1
|
||||
*/
|
||||
interface IManager {
|
||||
/**
|
||||
* @since 9.1.0
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -25,6 +25,9 @@ namespace OCP\Settings;
|
|||
|
||||
use OCP\AppFramework\Http\TemplateResponse;
|
||||
|
||||
/**
|
||||
* @since 9.1
|
||||
*/
|
||||
interface ISettings {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue