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.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php
index fe39d33f..cc6faf1f 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -173,17 +173,6 @@ class PocketImport extends AbstractImport
173 } 173 }
174 174
175 /** 175 /**
176 * {@inheritdoc}
177 */
178 public function getSummary()
179 {
180 return [
181 'skipped' => $this->skippedEntries,
182 'imported' => $this->importedEntries,
183 ];
184 }
185
186 /**
187 * Set the Guzzle client. 176 * Set the Guzzle client.
188 * 177 *
189 * @param Client $client 178 * @param Client $client