]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorThomas Citharel <tcit@tcit.fr>
Sat, 27 May 2017 23:16:01 +0000 (01:16 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sat, 27 May 2017 23:16:01 +0000 (01:16 +0200)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
src/Wallabag/CoreBundle/Helper/ContentProxy.php
src/Wallabag/CoreBundle/Helper/TagsAssigner.php
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/PocketImport.php

index 076135c7ff96872011a3d6b80861adafd4903641..4b3e6fbb161fd176ad875b5f3b1d8857037d47df 100644 (file)
@@ -4,7 +4,6 @@ namespace Wallabag\CoreBundle\Helper;
 
 use Graby\Graby;
 use Psr\Log\LoggerInterface;
-use Symfony\Component\EventDispatcher\EventDispatcher;
 use Wallabag\CoreBundle\Entity\Entry;
 use Wallabag\CoreBundle\Tools\Utils;
 use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser;
index ae712d772a188f6c47f66886784be9959a1e9470..a2fb0b9a940c25588ec7d588b0ee0922daccb47d 100644 (file)
@@ -8,9 +8,8 @@ use Wallabag\CoreBundle\Repository\TagRepository;
 
 class TagsAssigner
 {
-
     /**
-     * @var TagRepository $tagRepository
+     * @var TagRepository
      */
     protected $tagRepository;
 
index c8a9b4e6ad1a423479807e568f62ec10ba760bef..ef0eeb7e1fb2a80da654efa1770f8db3707cf23d 100644 (file)
@@ -4,7 +4,6 @@ namespace Wallabag\ImportBundle\Import;
 
 use Wallabag\CoreBundle\Entity\Entry;
 use Wallabag\UserBundle\Entity\User;
-use Wallabag\CoreBundle\Helper\ContentProxy;
 use Wallabag\CoreBundle\Event\EntrySavedEvent;
 
 abstract class BrowserImport extends AbstractImport
index 1171d4529c97ebecb64674727f580b1388d72eb6..8835161b16440a009075adce12038894b01c5a12 100644 (file)
@@ -5,7 +5,6 @@ namespace Wallabag\ImportBundle\Import;
 use GuzzleHttp\Client;
 use GuzzleHttp\Exception\RequestException;
 use Wallabag\CoreBundle\Entity\Entry;
-use Wallabag\CoreBundle\Helper\ContentProxy;
 
 class PocketImport extends AbstractImport
 {