mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Fix some Scrutinizer issues
This commit is contained in:
parent
5d6f6f56a2
commit
4d0ec0e721
9 changed files with 183 additions and 32 deletions
|
@ -92,13 +92,11 @@ class EntryController extends Controller
|
|||
}
|
||||
|
||||
/**
|
||||
* @param Request $request
|
||||
*
|
||||
* @Route("/new", name="new")
|
||||
*
|
||||
* @return \Symfony\Component\HttpFoundation\Response
|
||||
*/
|
||||
public function addEntryAction(Request $request)
|
||||
public function addEntryAction()
|
||||
{
|
||||
return $this->render('WallabagCoreBundle:Entry:new.html.twig');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue