From 364457c2a4670e3decf18826559f152fa59ef8dd Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 29 Apr 2019 15:58:39 +0200 Subject: [PATCH] Remove method stubs Signed-off-by: Daniel Kesselberg --- .../Version16000Date20190427105638.php | 8 -------- .../Version16000Date20190428150708.php | 19 ------------------- 2 files changed, 27 deletions(-) diff --git a/core/Migrations/Version16000Date20190427105638.php b/core/Migrations/Version16000Date20190427105638.php index 15ee87a9bc..6fa0292133 100644 --- a/core/Migrations/Version16000Date20190427105638.php +++ b/core/Migrations/Version16000Date20190427105638.php @@ -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) { - } } diff --git a/core/Migrations/Version16000Date20190428150708.php b/core/Migrations/Version16000Date20190428150708.php index 6aa0203883..cb42366fc0 100644 --- a/core/Migrations/Version16000Date20190428150708.php +++ b/core/Migrations/Version16000Date20190428150708.php @@ -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) { - } }