Add since tags

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-05-30 21:28:55 +02:00
parent b40629ac8c
commit fcc6eb8427
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ abstract class SimpleMigrationStep implements IMigrationStep {
* Human readable name of the migration step * Human readable name of the migration step
* *
* @return string * @return string
* @since 14.0.0
*/ */
public function name(): string { public function name(): string {
return ''; return '';
@ -42,6 +43,7 @@ abstract class SimpleMigrationStep implements IMigrationStep {
* Human readable description of the migration step * Human readable description of the migration step
* *
* @return string * @return string
* @since 14.0.0
*/ */
public function description(): string { public function description(): string {
return ''; return '';