aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-11-19 15:26:13 +0100
committerKevin Decherf <kevin@kdecherf.com>2017-11-19 15:26:13 +0100
commiteae8138b33e4ed4a5d1a98daf77941ef691629de (patch)
tree1f42a4b00000f16292ec76acae406edcc13c75cd /app
parent65152fcb899e1d073847718e2f7847180fa26a40 (diff)
downloadwallabag-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.php2
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;
8use Symfony\Component\DependencyInjection\ContainerInterface; 8use Symfony\Component\DependencyInjection\ContainerInterface;
9 9
10/** 10/**
11 * Add origin_url column 11 * Add origin_url column.
12 */ 12 */
13class Version20171105202000 extends AbstractMigration implements ContainerAwareInterface 13class Version20171105202000 extends AbstractMigration implements ContainerAwareInterface
14{ 14{