cs & fixes

This commit is contained in:
Thomas Citharel
2016-09-21 18:00:08 +02:00
committed by Jeremy Benoist
parent 59201088b4
commit 2c61db30b7
6 changed files with 40 additions and 33 deletions

View File

@ -2,13 +2,6 @@
namespace Wallabag\ImportBundle\Import;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger;
use Doctrine\ORM\EntityManager;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\UserBundle\Entity\User;
use Wallabag\CoreBundle\Helper\ContentProxy;
class ChromeImport extends BrowserImport
{
protected $filepath;
@ -37,7 +30,7 @@ class ChromeImport extends BrowserImport
return 'import.chrome.description';
}
/**
/**
* {@inheritdoc}
*/
protected function prepareEntry($entry = [])
@ -58,7 +51,6 @@ class ChromeImport extends BrowserImport
return $data;
}
/**
* {@inheritdoc}
*/