]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20161214094403.php
Update deps
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20161214094403.php
index 1f9e1f6bee3d53ffabe202b07b5b5b2c403748a3..c6003cb357f6e688db737a91dd4c1ef485b9b1bc 100644 (file)
@@ -12,9 +12,6 @@ class Version20161214094403 extends WallabagMigration
 {
     private $indexName = 'IDX_entry_uid';
 
-    /**
-     * @param Schema $schema
-     */
     public function up(Schema $schema)
     {
         $entryTable = $schema->getTable($this->getTable('entry'));
@@ -23,9 +20,6 @@ class Version20161214094403 extends WallabagMigration
         $entryTable->addIndex(['uid'], $this->indexName);
     }
 
-    /**
-     * @param Schema $schema
-     */
     public function down(Schema $schema)
     {
         $entryTable = $schema->getTable($this->getTable('entry'));