From c32ae320fec4135f5b32d57ef88349317a3b1f3f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 13 Feb 2016 16:20:00 +0100 Subject: cs & tests for wllbg v1 import --- src/Wallabag/ImportBundle/Import/PocketImport.php | 1 - src/Wallabag/ImportBundle/Import/WallabagV1Import.php | 1 - 2 files changed, 2 deletions(-) (limited to 'src/Wallabag/ImportBundle/Import') 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 return true; } - /** * Set whether articles must be all marked as read. * 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 */ public function setMarkAsRead($markAsRead) { - var_dump($markAsRead); $this->markAsRead = $markAsRead; return $this; -- cgit v1.2.3