Browse Source

Add since tags

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 years ago
parent
commit
fcc6eb8427
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/public/Migration/SimpleMigrationStep.php

+ 2
- 0
lib/public/Migration/SimpleMigrationStep.php View File

@@ -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 '';

Loading…
Cancel
Save