mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 13:31:13 +00:00
CS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6bc6fb1f60
commit
5d3deafd3e
4 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,6 @@ namespace Wallabag\CoreBundle\Helper;
|
||||||
|
|
||||||
use Graby\Graby;
|
use Graby\Graby;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
use Symfony\Component\EventDispatcher\EventDispatcher;
|
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\CoreBundle\Tools\Utils;
|
use Wallabag\CoreBundle\Tools\Utils;
|
||||||
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser;
|
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser;
|
||||||
|
|
|
@ -8,9 +8,8 @@ use Wallabag\CoreBundle\Repository\TagRepository;
|
||||||
|
|
||||||
class TagsAssigner
|
class TagsAssigner
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TagRepository $tagRepository
|
* @var TagRepository
|
||||||
*/
|
*/
|
||||||
protected $tagRepository;
|
protected $tagRepository;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ namespace Wallabag\ImportBundle\Import;
|
||||||
|
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\UserBundle\Entity\User;
|
use Wallabag\UserBundle\Entity\User;
|
||||||
use Wallabag\CoreBundle\Helper\ContentProxy;
|
|
||||||
use Wallabag\CoreBundle\Event\EntrySavedEvent;
|
use Wallabag\CoreBundle\Event\EntrySavedEvent;
|
||||||
|
|
||||||
abstract class BrowserImport extends AbstractImport
|
abstract class BrowserImport extends AbstractImport
|
||||||
|
|
|
@ -5,7 +5,6 @@ namespace Wallabag\ImportBundle\Import;
|
||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
use GuzzleHttp\Exception\RequestException;
|
use GuzzleHttp\Exception\RequestException;
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\CoreBundle\Helper\ContentProxy;
|
|
||||||
|
|
||||||
class PocketImport extends AbstractImport
|
class PocketImport extends AbstractImport
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue