diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-05-30 21:28:55 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-05-30 21:28:55 +0200 |
commit | fcc6eb8427ab44b670a22bbb9849286ed4571a3f (patch) | |
tree | d2cad48150ae5ded88634b0860d8423186815595 /lib/public/Migration | |
parent | b40629ac8caf5d488053a9ab2e89210bf14e1b4c (diff) | |
download | nextcloud-server-fcc6eb8427ab44b670a22bbb9849286ed4571a3f.tar.gz nextcloud-server-fcc6eb8427ab44b670a22bbb9849286ed4571a3f.zip |
Add since tags
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/Migration')
-rw-r--r-- | lib/public/Migration/SimpleMigrationStep.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/Migration/SimpleMigrationStep.php b/lib/public/Migration/SimpleMigrationStep.php index c515592bde9..c776b8b89da 100644 --- a/lib/public/Migration/SimpleMigrationStep.php +++ b/lib/public/Migration/SimpleMigrationStep.php @@ -33,6 +33,7 @@ abstract class SimpleMigrationStep implements IMigrationStep { * Human readable name of the migration step * * @return string + * @since 14.0.0 */ public function name(): string { return ''; @@ -42,6 +43,7 @@ abstract class SimpleMigrationStep implements IMigrationStep { * Human readable description of the migration step * * @return string + * @since 14.0.0 */ public function description(): string { return ''; |