Skip to content
Snippets Groups Projects
Unverified Commit fcc6eb84 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add since tags

parent b40629ac
No related branches found
No related tags found
No related merge requests found
......@@ -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 '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment