X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=src%2FWallabag%2FImportBundle%2FImport%2FPocketImport.php;h=617d551483aa1ac96c451adbf97f413a9438916d;hb=e43d27f8450dcdf79850e935b762ac390a19dd63;hp=72b9047c8fdc3acc39267b67a4af11adc31f2634;hpb=f902d7815326e81913904257cc4485b4dfef5d13;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php index 72b9047c..617d5514 100644 --- a/src/Wallabag/ImportBundle/Import/PocketImport.php +++ b/src/Wallabag/ImportBundle/Import/PocketImport.php @@ -23,7 +23,6 @@ class PocketImport implements ImportInterface private $skippedEntries = 0; private $importedEntries = 0; protected $accessToken; - private $translator; public function __construct(TokenStorageInterface $tokenStorage, EntityManager $em, ContentProxy $contentProxy, $consumerKey) { @@ -177,9 +176,6 @@ class PocketImport implements ImportInterface $this->client = $client; } - /** - * @todo move that in a more global place - */ private function assignTagsToEntry(Entry $entry, $tags) { foreach ($tags as $tag) {