forked from wallabag/wallabag
Add a real configuration for CS-Fixer
This commit is contained in:
@ -7,6 +7,14 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
class ChromeController extends BrowserController
|
||||
{
|
||||
/**
|
||||
* @Route("/chrome", name="import_chrome")
|
||||
*/
|
||||
public function indexAction(Request $request)
|
||||
{
|
||||
return parent::indexAction($request);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
@ -30,12 +38,4 @@ class ChromeController extends BrowserController
|
||||
{
|
||||
return 'WallabagImportBundle:Chrome:index.html.twig';
|
||||
}
|
||||
|
||||
/**
|
||||
* @Route("/chrome", name="import_chrome")
|
||||
*/
|
||||
public function indexAction(Request $request)
|
||||
{
|
||||
return parent::indexAction($request);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user