diff options
Diffstat (limited to 'lib/public/Migration')
-rw-r--r-- | lib/public/Migration/BigIntMigration.php | 1 | ||||
-rw-r--r-- | lib/public/Migration/IOutput.php | 1 | ||||
-rw-r--r-- | lib/public/Migration/IRepairStep.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/public/Migration/BigIntMigration.php b/lib/public/Migration/BigIntMigration.php index 85da6fd740d..a9782f1f264 100644 --- a/lib/public/Migration/BigIntMigration.php +++ b/lib/public/Migration/BigIntMigration.php @@ -31,7 +31,6 @@ use OCP\DB\ISchemaWrapper; * @since 13.0.0 */ abstract class BigIntMigration extends SimpleMigrationStep { - /** * @return array Returns an array with the following structure * ['table1' => ['column1', 'column2'], ...] diff --git a/lib/public/Migration/IOutput.php b/lib/public/Migration/IOutput.php index 212b5d927f8..70fb56b6bdd 100644 --- a/lib/public/Migration/IOutput.php +++ b/lib/public/Migration/IOutput.php @@ -29,7 +29,6 @@ namespace OCP\Migration; * @since 9.1.0 */ interface IOutput { - /** * @param string $message * @return void diff --git a/lib/public/Migration/IRepairStep.php b/lib/public/Migration/IRepairStep.php index 74f0060b990..ec899c945f8 100644 --- a/lib/public/Migration/IRepairStep.php +++ b/lib/public/Migration/IRepairStep.php @@ -28,7 +28,6 @@ namespace OCP\Migration; * @since 9.1.0 */ interface IRepairStep { - /** * Returns the step's name * |