]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20170510082609.php
Update deps
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20170510082609.php
index 541ae1fddb82162d9a648d241f5002f72b45c282..ddc894a659f60bf4558da8a2e44cbe4e85b384a9 100644 (file)
@@ -17,9 +17,6 @@ class Version20170510082609 extends WallabagMigration
         'email_canonical',
     ];
 
-    /**
-     * @param Schema $schema
-     */
     public function up(Schema $schema)
     {
         $this->skipIf('mysql' !== $this->connection->getDatabasePlatform()->getName(), 'This migration only apply to MySQL');
@@ -29,9 +26,6 @@ class Version20170510082609 extends WallabagMigration
         }
     }
 
-    /**
-     * @param Schema $schema
-     */
     public function down(Schema $schema)
     {
         $this->skipIf('mysql' !== $this->connection->getDatabasePlatform()->getName(), 'This migration only apply to MySQL');