aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/PocketImport.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/PocketImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/PocketImport.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php
index 0463a739..22932238 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -24,7 +24,6 @@ class PocketImport implements ImportInterface
24 private $skippedEntries = 0; 24 private $skippedEntries = 0;
25 private $importedEntries = 0; 25 private $importedEntries = 0;
26 protected $accessToken; 26 protected $accessToken;
27 private $translator;
28 27
29 public function __construct(TokenStorageInterface $tokenStorage, EntityManager $em, ContentProxy $contentProxy, Config $craueConfig) 28 public function __construct(TokenStorageInterface $tokenStorage, EntityManager $em, ContentProxy $contentProxy, Config $craueConfig)
30 { 29 {
@@ -178,9 +177,6 @@ class PocketImport implements ImportInterface
178 $this->client = $client; 177 $this->client = $client;
179 } 178 }
180 179
181 /**
182 * @todo move that in a more global place
183 */
184 private function assignTagsToEntry(Entry $entry, $tags) 180 private function assignTagsToEntry(Entry $entry, $tags)
185 { 181 {
186 foreach ($tags as $tag) { 182 foreach ($tags as $tag) {