X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FDoctrineMigrations%2FVersion20190129120000.php;h=8c5e28cabade20471807339e45f99c22f98f68f4;hb=8d4ed0df0633f43fc2d65fef72c36070113844d1;hp=3632e762d9b1df62088a24615e88b5a6751bd353;hpb=76fe5dfb7189b8f5eebf3f372718cd5e2cf286c4;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/DoctrineMigrations/Version20190129120000.php b/app/DoctrineMigrations/Version20190129120000.php index 3632e762..8c5e28ca 100644 --- a/app/DoctrineMigrations/Version20190129120000.php +++ b/app/DoctrineMigrations/Version20190129120000.php @@ -118,9 +118,6 @@ final class Version20190129120000 extends WallabagMigration ], ]; - /** - * @param Schema $schema - */ public function up(Schema $schema) { foreach ($this->settings as $setting) { @@ -137,9 +134,6 @@ final class Version20190129120000 extends WallabagMigration } } - /** - * @param Schema $schema - */ public function down(Schema $schema) { $this->skipIf(true, 'These settings are required and should not be removed.');