diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-11-19 15:26:13 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-11-19 15:26:13 +0100 |
commit | eae8138b33e4ed4a5d1a98daf77941ef691629de (patch) | |
tree | 1f42a4b00000f16292ec76acae406edcc13c75cd /app | |
parent | 65152fcb899e1d073847718e2f7847180fa26a40 (diff) | |
download | wallabag-eae8138b33e4ed4a5d1a98daf77941ef691629de.tar.gz wallabag-eae8138b33e4ed4a5d1a98daf77941ef691629de.tar.zst wallabag-eae8138b33e4ed4a5d1a98daf77941ef691629de.zip |
Fix phpcs
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/DoctrineMigrations/Version20171105202000.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20171105202000.php b/app/DoctrineMigrations/Version20171105202000.php index b1cff9ce..3769045f 100644 --- a/app/DoctrineMigrations/Version20171105202000.php +++ b/app/DoctrineMigrations/Version20171105202000.php | |||
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface; | |||
8 | use Symfony\Component\DependencyInjection\ContainerInterface; | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
9 | 9 | ||
10 | /** | 10 | /** |
11 | * Add origin_url column | 11 | * Add origin_url column. |
12 | */ | 12 | */ |
13 | class Version20171105202000 extends AbstractMigration implements ContainerAwareInterface | 13 | class Version20171105202000 extends AbstractMigration implements ContainerAwareInterface |
14 | { | 14 | { |