]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20190129120000.php
Update deps
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20190129120000.php
index 3632e762d9b1df62088a24615e88b5a6751bd353..8c5e28cabade20471807339e45f99c22f98f68f4 100644 (file)
@@ -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.');