aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/WallabagV1Import.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-13 16:20:00 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-03-03 10:03:40 +0100
commitc32ae320fec4135f5b32d57ef88349317a3b1f3f (patch)
treea55f5d4ca0c77c40822f2d53faa9dd622064be3f /src/Wallabag/ImportBundle/Import/WallabagV1Import.php
parentc10fcb3bbbd4ef14edd9a862ee18c895d92e30ae (diff)
downloadwallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.tar.gz
wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.tar.zst
wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.zip
cs & tests for wllbg v1 import
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/WallabagV1Import.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/WallabagV1Import.php1
1 files changed, 0 insertions, 1 deletions
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;