diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-11-14 15:19:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-14 15:19:18 +0100 |
commit | 98d8e0c1b929a198da0fbcbffbc011e985b5df01 (patch) | |
tree | d7278a13dce4e6dcb253f124420e93ad5069df5e /app/DoctrineMigrations/Version20161024212538.php | |
parent | 8d8d6818fb6b6bc2f4140285a2a53c74e38bc010 (diff) | |
parent | 4a31f3b6a22b29bee5295aa3099fff79d137a00c (diff) | |
download | wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.tar.gz wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.tar.zst wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.zip |
Merge pull request #4183 from wallabag/update-deps
Update deps
Diffstat (limited to 'app/DoctrineMigrations/Version20161024212538.php')
-rw-r--r-- | app/DoctrineMigrations/Version20161024212538.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/DoctrineMigrations/Version20161024212538.php b/app/DoctrineMigrations/Version20161024212538.php index a7e3c3c8..fa028ac0 100644 --- a/app/DoctrineMigrations/Version20161024212538.php +++ b/app/DoctrineMigrations/Version20161024212538.php | |||
@@ -12,9 +12,6 @@ class Version20161024212538 extends WallabagMigration | |||
12 | { | 12 | { |
13 | private $constraintName = 'IDX_user_oauth_client'; | 13 | private $constraintName = 'IDX_user_oauth_client'; |
14 | 14 | ||
15 | /** | ||
16 | * @param Schema $schema | ||
17 | */ | ||
18 | public function up(Schema $schema) | 15 | public function up(Schema $schema) |
19 | { | 16 | { |
20 | $clientsTable = $schema->getTable($this->getTable('oauth2_clients')); | 17 | $clientsTable = $schema->getTable($this->getTable('oauth2_clients')); |
@@ -32,9 +29,6 @@ class Version20161024212538 extends WallabagMigration | |||
32 | ); | 29 | ); |
33 | } | 30 | } |
34 | 31 | ||
35 | /** | ||
36 | * @param Schema $schema | ||
37 | */ | ||
38 | public function down(Schema $schema) | 32 | public function down(Schema $schema) |
39 | { | 33 | { |
40 | $clientsTable = $schema->getTable($this->getTable('oauth2_clients')); | 34 | $clientsTable = $schema->getTable($this->getTable('oauth2_clients')); |