cs & tests for wllbg v1 import

This commit is contained in:
Thomas Citharel
2016-02-13 16:20:00 +01:00
committed by Jeremy Benoist
parent c10fcb3bbb
commit c32ae320fe
7 changed files with 122 additions and 5 deletions

View File

@ -124,7 +124,6 @@ class PocketImport implements ImportInterface
return true;
}
/**
* Set whether articles must be all marked as read.
*

View File

@ -128,7 +128,6 @@ class WallabagV1Import implements ImportInterface
*/
public function setMarkAsRead($markAsRead)
{
var_dump($markAsRead);
$this->markAsRead = $markAsRead;
return $this;