Add since tags
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
b40629ac8c
commit
fcc6eb8427
|
@ -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…
Reference in New Issue