aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-04 16:06:05 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-04 16:06:05 +0100
commitbc358c918005159afe3f7c350c0c0c29f4054e4c (patch)
tree90add3f7153238e60ab5fb81679704204e04a9c8 /src/Wallabag
parent3eb06f2891f4bd990751442d36f4e9cd6c025502 (diff)
downloadwallabag-bc358c918005159afe3f7c350c0c0c29f4054e4c.tar.gz
wallabag-bc358c918005159afe3f7c350c0c0c29f4054e4c.tar.zst
wallabag-bc358c918005159afe3f7c350c0c0c29f4054e4c.zip
CS
Diffstat (limited to 'src/Wallabag')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php2
-rw-r--r--src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
index 354aedba..fd698b3e 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
@@ -6,7 +6,7 @@ use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
6 6
7/** 7/**
8 * The controller `SettingsController` does not exist. 8 * The controller `SettingsController` does not exist.
9 * This test cover security against the internal settings page managed by CraueConfigBundle 9 * This test cover security against the internal settings page managed by CraueConfigBundle.
10 */ 10 */
11class SettingsControllerTest extends WallabagCoreTestCase 11class SettingsControllerTest extends WallabagCoreTestCase
12{ 12{
diff --git a/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php b/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php
index 98017f43..d078bdf7 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 (only used for image in the HTML email template) 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 */