diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php | 2 | ||||
-rw-r--r-- | src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index f6c85cf9..096f306f 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -274,7 +274,7 @@ class InstallCommand extends ContainerAwareCommand | |||
274 | ], | 274 | ], |
275 | [ | 275 | [ |
276 | 'name' => 'pocket_consumer_key', | 276 | 'name' => 'pocket_consumer_key', |
277 | 'value' => NULL, | 277 | 'value' => null, |
278 | 'section' => 'import', | 278 | 'section' => 'import', |
279 | ], | 279 | ], |
280 | [ | 280 | [ |
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php index 863d28f5..8e3c7b59 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php | |||
@@ -72,7 +72,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface | |||
72 | ], | 72 | ], |
73 | [ | 73 | [ |
74 | 'name' => 'pocket_consumer_key', | 74 | 'name' => 'pocket_consumer_key', |
75 | 'value' => NULL, | 75 | 'value' => null, |
76 | 'section' => 'import', | 76 | 'section' => 'import', |
77 | ], | 77 | ], |
78 | [ | 78 | [ |
diff --git a/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php b/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php index 4ab6051b..98017f43 100644 --- a/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php +++ b/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php | |||
@@ -48,7 +48,7 @@ class AuthCodeMailer implements AuthCodeMailerInterface | |||
48 | private $supportUrl; | 48 | private $supportUrl; |
49 | 49 | ||
50 | /** | 50 | /** |
51 | * Url for the wallabag instance. | 51 | * Url for the wallabag instance (only used for image in the HTML email template) |
52 | * | 52 | * |
53 | * @var string | 53 | * @var string |
54 | */ | 54 | */ |