summaryrefslogtreecommitdiffstats
path: root/lib/Migration/Version140200Date20200824201413.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version140200Date20200824201413.php')
-rw-r--r--lib/Migration/Version140200Date20200824201413.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Migration/Version140200Date20200824201413.php b/lib/Migration/Version140200Date20200824201413.php
index ae17cda01..8c7298f6e 100644
--- a/lib/Migration/Version140200Date20200824201413.php
+++ b/lib/Migration/Version140200Date20200824201413.php
@@ -18,6 +18,8 @@ class Version140200Date20200824201413 extends SimpleMigrationStep {
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
+ *
+ * @return void
*/
public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
}
@@ -283,6 +285,8 @@ class Version140200Date20200824201413 extends SimpleMigrationStep {
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
+ *
+ * @return void
*/
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
}