diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-06-13 21:01:51 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-07-09 16:18:12 +0200 |
commit | 638ab25fdab1f9070b4683c82a9bf4e01101cb96 (patch) | |
tree | b8353f1de2fa500abd555915a9a51955f9ff0dff | |
parent | 47e2d609bcac6de4893cc04559c0794642c30a80 (diff) | |
download | wallabag-638ab25fdab1f9070b4683c82a9bf4e01101cb96.tar.gz wallabag-638ab25fdab1f9070b4683c82a9bf4e01101cb96.tar.zst wallabag-638ab25fdab1f9070b4683c82a9bf4e01101cb96.zip |
CS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/RssController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/RssController.php b/src/Wallabag/CoreBundle/Controller/RssController.php index db0a8f9a..57de0e53 100644 --- a/src/Wallabag/CoreBundle/Controller/RssController.php +++ b/src/Wallabag/CoreBundle/Controller/RssController.php | |||
@@ -26,6 +26,7 @@ class RssController extends Controller | |||
26 | * | 26 | * |
27 | * @param User $user | 27 | * @param User $user |
28 | * @param $page | 28 | * @param $page |
29 | * | ||
29 | * @return \Symfony\Component\HttpFoundation\Response | 30 | * @return \Symfony\Component\HttpFoundation\Response |
30 | */ | 31 | */ |
31 | public function showUnreadRSSAction(User $user, $page) | 32 | public function showUnreadRSSAction(User $user, $page) |
@@ -41,6 +42,7 @@ class RssController extends Controller | |||
41 | * | 42 | * |
42 | * @param User $user | 43 | * @param User $user |
43 | * @param $page | 44 | * @param $page |
45 | * | ||
44 | * @return \Symfony\Component\HttpFoundation\Response | 46 | * @return \Symfony\Component\HttpFoundation\Response |
45 | */ | 47 | */ |
46 | public function showArchiveRSSAction(User $user, $page) | 48 | public function showArchiveRSSAction(User $user, $page) |
@@ -56,6 +58,7 @@ class RssController extends Controller | |||
56 | * | 58 | * |
57 | * @param User $user | 59 | * @param User $user |
58 | * @param $page | 60 | * @param $page |
61 | * | ||
59 | * @return \Symfony\Component\HttpFoundation\Response | 62 | * @return \Symfony\Component\HttpFoundation\Response |
60 | */ | 63 | */ |
61 | public function showStarredRSSAction(User $user, $page) | 64 | public function showStarredRSSAction(User $user, $page) |