diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-27 20:35:56 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-27 20:54:57 +0200 |
commit | 4d0ec0e72108ff47952906e5d968a7c3eb0a76f9 (patch) | |
tree | b8e9cd86010368631296c22a2352f5dbedb429a1 /src/Wallabag/CoreBundle/Controller | |
parent | 5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e (diff) | |
download | wallabag-4d0ec0e72108ff47952906e5d968a7c3eb0a76f9.tar.gz wallabag-4d0ec0e72108ff47952906e5d968a7c3eb0a76f9.tar.zst wallabag-4d0ec0e72108ff47952906e5d968a7c3eb0a76f9.zip |
Fix some Scrutinizer issues
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/EntryController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php index 1a0b80ac..fa633031 100644 --- a/src/Wallabag/CoreBundle/Controller/EntryController.php +++ b/src/Wallabag/CoreBundle/Controller/EntryController.php | |||
@@ -92,13 +92,11 @@ class EntryController extends Controller | |||
92 | } | 92 | } |
93 | 93 | ||
94 | /** | 94 | /** |
95 | * @param Request $request | ||
96 | * | ||
97 | * @Route("/new", name="new") | 95 | * @Route("/new", name="new") |
98 | * | 96 | * |
99 | * @return \Symfony\Component\HttpFoundation\Response | 97 | * @return \Symfony\Component\HttpFoundation\Response |
100 | */ | 98 | */ |
101 | public function addEntryAction(Request $request) | 99 | public function addEntryAction() |
102 | { | 100 | { |
103 | return $this->render('WallabagCoreBundle:Entry:new.html.twig'); | 101 | return $this->render('WallabagCoreBundle:Entry:new.html.twig'); |
104 | } | 102 | } |