diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-01 13:51:35 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-01 13:51:35 +0100 |
commit | e43d27f8450dcdf79850e935b762ac390a19dd63 (patch) | |
tree | dcdf7ba59559665421181e895137ddb04fc985fc /src/Wallabag/ImportBundle | |
parent | 74d8afa5fa38af083bbacc63d76b904c01808f14 (diff) | |
parent | 5f8a785719c1dfeacc0bccc0781a94bd396b80ff (diff) | |
download | wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.gz wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.zst wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.zip |
Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight
[#1604] First draft to fix SensioLabsInsight report
Diffstat (limited to 'src/Wallabag/ImportBundle')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/PocketImport.php | 4 |
1 files changed, 0 insertions, 4 deletions
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 | |||
23 | private $skippedEntries = 0; | 23 | private $skippedEntries = 0; |
24 | private $importedEntries = 0; | 24 | private $importedEntries = 0; |
25 | protected $accessToken; | 25 | protected $accessToken; |
26 | private $translator; | ||
27 | 26 | ||
28 | public function __construct(TokenStorageInterface $tokenStorage, EntityManager $em, ContentProxy $contentProxy, $consumerKey) | 27 | public function __construct(TokenStorageInterface $tokenStorage, EntityManager $em, ContentProxy $contentProxy, $consumerKey) |
29 | { | 28 | { |
@@ -177,9 +176,6 @@ class PocketImport implements ImportInterface | |||
177 | $this->client = $client; | 176 | $this->client = $client; |
178 | } | 177 | } |
179 | 178 | ||
180 | /** | ||
181 | * @todo move that in a more global place | ||
182 | */ | ||
183 | private function assignTagsToEntry(Entry $entry, $tags) | 179 | private function assignTagsToEntry(Entry $entry, $tags) |
184 | { | 180 | { |
185 | foreach ($tags as $tag) { | 181 | foreach ($tags as $tag) { |