aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-02 07:26:14 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-02 07:26:14 +0100
commite46fdf3096d55028611713b7a196401aa57d864b (patch)
tree3295435e539fb3bec2a2c0db8c302d22090b2397 /src/Wallabag/ImportBundle
parent1f66d79e6b5f54375e63799f10d0773203fe12f9 (diff)
downloadwallabag-e46fdf3096d55028611713b7a196401aa57d864b.tar.gz
wallabag-e46fdf3096d55028611713b7a196401aa57d864b.tar.zst
wallabag-e46fdf3096d55028611713b7a196401aa57d864b.zip
CS
Diffstat (limited to 'src/Wallabag/ImportBundle')
-rw-r--r--src/Wallabag/ImportBundle/Import/PocketImport.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php
index 0c26aced..33093480 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -2,8 +2,6 @@
2 2
3namespace Wallabag\ImportBundle\Import; 3namespace Wallabag\ImportBundle\Import;
4 4
5use Psr\Log\NullLogger;
6use Doctrine\ORM\EntityManager;
7use GuzzleHttp\Client; 5use GuzzleHttp\Client;
8use GuzzleHttp\Exception\RequestException; 6use GuzzleHttp\Exception\RequestException;
9use Wallabag\CoreBundle\Entity\Entry; 7use Wallabag\CoreBundle\Entity\Entry;