From fcc6eb8427ab44b670a22bbb9849286ed4571a3f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 30 May 2018 21:28:55 +0200 Subject: [PATCH] Add since tags Signed-off-by: Roeland Jago Douma --- lib/public/Migration/SimpleMigrationStep.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/public/Migration/SimpleMigrationStep.php b/lib/public/Migration/SimpleMigrationStep.php index c515592bde..c776b8b89d 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 '';