aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/PocketImport.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-05 09:35:42 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-11 21:58:55 +0200
commit3aca0a9f00417b64203a660dee0a2b4c0fe22ac8 (patch)
tree502decde8d28b6a29e7c3b8fffbc7a44767e3d9d /src/Wallabag/ImportBundle/Import/PocketImport.php
parent3849a9f3231c0109c87af085452c3ac5e4aed303 (diff)
downloadwallabag-3aca0a9f00417b64203a660dee0a2b4c0fe22ac8.tar.gz
wallabag-3aca0a9f00417b64203a660dee0a2b4c0fe22ac8.tar.zst
wallabag-3aca0a9f00417b64203a660dee0a2b4c0fe22ac8.zip
CS
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/PocketImport.php')
-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 5850deba..845380b7 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -14,8 +14,6 @@ class PocketImport extends AbstractImport
14{ 14{
15 private $client; 15 private $client;
16 private $consumerKey; 16 private $consumerKey;
17 private $skippedEntries = 0;
18 private $importedEntries = 0;
19 private $accessToken; 17 private $accessToken;
20 18
21 const NB_ELEMENTS = 5000; 19 const NB_ELEMENTS = 5000;