Add since tags

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/9167/head
Roeland Jago Douma 8 years ago
parent b40629ac8c
commit fcc6eb8427
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      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 '';

Loading…
Cancel
Save