]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove method stubs 15259/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Mon, 29 Apr 2019 13:58:39 +0000 (15:58 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 2 May 2019 19:10:48 +0000 (21:10 +0200)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
core/Migrations/Version16000Date20190427105638.php
core/Migrations/Version16000Date20190428150708.php

index 15ee87a9bc53845a627e81f4548b328232af50b8..6fa0292133bc96a076c5f9c2115cfeda3f3686c5 100644 (file)
@@ -69,12 +69,4 @@ class Version16000Date20190427105638 extends SimpleMigrationStep {
 
                return $schema;
        }
-
-       /**
-        * @param IOutput $output
-        * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
-        * @param array $options
-        */
-       public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
-       }
 }
index 6aa0203883fda7bd29f4f7a89afb13f89deaf161..cb42366fc092c8fcb9d935a97c4fca9a9ce92dd1 100644 (file)
@@ -28,19 +28,8 @@ use OCP\DB\ISchemaWrapper;
 use OCP\Migration\SimpleMigrationStep;
 use OCP\Migration\IOutput;
 
-/**
- * Auto-generated migration step: Please modify to your needs!
- */
 class Version16000Date20190428150708 extends SimpleMigrationStep {
 
-       /**
-        * @param IOutput $output
-        * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
-        * @param array $options
-        */
-       public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
-       }
-
        /**
         * @param IOutput $output
         * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
@@ -62,12 +51,4 @@ class Version16000Date20190428150708 extends SimpleMigrationStep {
 
                return $schema;
        }
-
-       /**
-        * @param IOutput $output
-        * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
-        * @param array $options
-        */
-       public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
-       }
 }