diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-13 16:20:00 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-03 10:03:40 +0100 |
commit | c32ae320fec4135f5b32d57ef88349317a3b1f3f (patch) | |
tree | a55f5d4ca0c77c40822f2d53faa9dd622064be3f /src/Wallabag/ImportBundle/Import | |
parent | c10fcb3bbbd4ef14edd9a862ee18c895d92e30ae (diff) | |
download | wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.tar.gz wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.tar.zst wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.zip |
cs & tests for wllbg v1 import
Diffstat (limited to 'src/Wallabag/ImportBundle/Import')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/PocketImport.php | 1 | ||||
-rw-r--r-- | src/Wallabag/ImportBundle/Import/WallabagV1Import.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php index 1cc03d5b..1ec82a41 100644 --- a/src/Wallabag/ImportBundle/Import/PocketImport.php +++ b/src/Wallabag/ImportBundle/Import/PocketImport.php | |||
@@ -124,7 +124,6 @@ class PocketImport implements ImportInterface | |||
124 | return true; | 124 | return true; |
125 | } | 125 | } |
126 | 126 | ||
127 | |||
128 | /** | 127 | /** |
129 | * Set whether articles must be all marked as read. | 128 | * Set whether articles must be all marked as read. |
130 | * | 129 | * |
diff --git a/src/Wallabag/ImportBundle/Import/WallabagV1Import.php b/src/Wallabag/ImportBundle/Import/WallabagV1Import.php index 9ea698f9..1d773d3b 100644 --- a/src/Wallabag/ImportBundle/Import/WallabagV1Import.php +++ b/src/Wallabag/ImportBundle/Import/WallabagV1Import.php | |||
@@ -128,7 +128,6 @@ class WallabagV1Import implements ImportInterface | |||
128 | */ | 128 | */ |
129 | public function setMarkAsRead($markAsRead) | 129 | public function setMarkAsRead($markAsRead) |
130 | { | 130 | { |
131 | var_dump($markAsRead); | ||
132 | $this->markAsRead = $markAsRead; | 131 | $this->markAsRead = $markAsRead; |
133 | 132 | ||
134 | return $this; | 133 | return $this; |