aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/WallabagImport.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-13 21:09:05 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-13 21:09:05 +0200
commitc80cc01afa315dcfa38b2a01c5b05d4516659c24 (patch)
treeb6c51e22260584b2c340358d384bddf13b8c9418 /src/Wallabag/ImportBundle/Import/WallabagImport.php
parente01a3c98d6908e95121b5ade0161f40af1b05ca6 (diff)
downloadwallabag-c80cc01afa315dcfa38b2a01c5b05d4516659c24.tar.gz
wallabag-c80cc01afa315dcfa38b2a01c5b05d4516659c24.tar.zst
wallabag-c80cc01afa315dcfa38b2a01c5b05d4516659c24.zip
Change flash message for queued articles
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/WallabagImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/WallabagImport.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Wallabag/ImportBundle/Import/WallabagImport.php b/src/Wallabag/ImportBundle/Import/WallabagImport.php
index 8e50b135..969a6a04 100644
--- a/src/Wallabag/ImportBundle/Import/WallabagImport.php
+++ b/src/Wallabag/ImportBundle/Import/WallabagImport.php
@@ -73,17 +73,6 @@ abstract class WallabagImport extends AbstractImport
73 } 73 }
74 74
75 /** 75 /**
76 * {@inheritdoc}
77 */
78 public function getSummary()
79 {
80 return [
81 'skipped' => $this->skippedEntries,
82 'imported' => $this->importedEntries,
83 ];
84 }
85
86 /**
87 * Set file path to the json file. 76 * Set file path to the json file.
88 * 77 *
89 * @param string $filepath 78 * @param string $filepath