aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/PocketImport.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-28 01:16:01 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-28 01:16:01 +0200
commit5d3deafd3efc04df53fc24ee82a49988f72756dd (patch)
tree864e6630115782e4e06d0e6981b3cfe1e908851d /src/Wallabag/ImportBundle/Import/PocketImport.php
parent6bc6fb1f60e7b81a21f844dca025671a2f4a4564 (diff)
downloadwallabag-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/Import/PocketImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/PocketImport.php1
1 files changed, 0 insertions, 1 deletions
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;
5use GuzzleHttp\Client; 5use GuzzleHttp\Client;
6use GuzzleHttp\Exception\RequestException; 6use GuzzleHttp\Exception\RequestException;
7use Wallabag\CoreBundle\Entity\Entry; 7use Wallabag\CoreBundle\Entity\Entry;
8use Wallabag\CoreBundle\Helper\ContentProxy;
9 8
10class PocketImport extends AbstractImport 9class PocketImport extends AbstractImport
11{ 10{