diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-05-28 01:16:01 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-05-28 01:16:01 +0200 |
commit | 5d3deafd3efc04df53fc24ee82a49988f72756dd (patch) | |
tree | 864e6630115782e4e06d0e6981b3cfe1e908851d /src/Wallabag/ImportBundle | |
parent | 6bc6fb1f60e7b81a21f844dca025671a2f4a4564 (diff) | |
download | wallabag-5d3deafd3efc04df53fc24ee82a49988f72756dd.tar.gz wallabag-5d3deafd3efc04df53fc24ee82a49988f72756dd.tar.zst wallabag-5d3deafd3efc04df53fc24ee82a49988f72756dd.zip |
CS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/ImportBundle')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/BrowserImport.php | 1 | ||||
-rw-r--r-- | src/Wallabag/ImportBundle/Import/PocketImport.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Import/BrowserImport.php b/src/Wallabag/ImportBundle/Import/BrowserImport.php index c8a9b4e6..ef0eeb7e 100644 --- a/src/Wallabag/ImportBundle/Import/BrowserImport.php +++ b/src/Wallabag/ImportBundle/Import/BrowserImport.php | |||
@@ -4,7 +4,6 @@ namespace Wallabag\ImportBundle\Import; | |||
4 | 4 | ||
5 | use Wallabag\CoreBundle\Entity\Entry; | 5 | use Wallabag\CoreBundle\Entity\Entry; |
6 | use Wallabag\UserBundle\Entity\User; | 6 | use Wallabag\UserBundle\Entity\User; |
7 | use Wallabag\CoreBundle\Helper\ContentProxy; | ||
8 | use Wallabag\CoreBundle\Event\EntrySavedEvent; | 7 | use Wallabag\CoreBundle\Event\EntrySavedEvent; |
9 | 8 | ||
10 | abstract class BrowserImport extends AbstractImport | 9 | abstract class BrowserImport extends AbstractImport |
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php index 1171d452..8835161b 100644 --- a/src/Wallabag/ImportBundle/Import/PocketImport.php +++ b/src/Wallabag/ImportBundle/Import/PocketImport.php | |||
@@ -5,7 +5,6 @@ namespace Wallabag\ImportBundle\Import; | |||
5 | use GuzzleHttp\Client; | 5 | use GuzzleHttp\Client; |
6 | use GuzzleHttp\Exception\RequestException; | 6 | use GuzzleHttp\Exception\RequestException; |
7 | use Wallabag\CoreBundle\Entity\Entry; | 7 | use Wallabag\CoreBundle\Entity\Entry; |
8 | use Wallabag\CoreBundle\Helper\ContentProxy; | ||
9 | 8 | ||
10 | class PocketImport extends AbstractImport | 9 | class PocketImport extends AbstractImport |
11 | { | 10 | { |