forked from wallabag/wallabag
Apply PHP-CS-Fixer fixes
This commit is contained in:
@ -33,9 +33,6 @@ class PocketHtmlController extends HtmlController
|
||||
return parent::indexAction($request, $translator);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getImportService()
|
||||
{
|
||||
if ($this->craueConfig->get('import_with_rabbitmq')) {
|
||||
@ -47,9 +44,6 @@ class PocketHtmlController extends HtmlController
|
||||
return $this->pocketHtmlImport;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getImportTemplate()
|
||||
{
|
||||
return '@WallabagImport/PocketHtml/index.html.twig';
|
||||
|
||||
Reference in New Issue
Block a user