This commit is contained in:
Jeremy Benoist
2016-09-05 09:35:42 +02:00
parent 3849a9f323
commit 3aca0a9f00
4 changed files with 2 additions and 6 deletions

View File

@ -6,8 +6,6 @@ use Wallabag\CoreBundle\Entity\Entry;
class ReadabilityImport extends AbstractImport
{
private $skippedEntries = 0;
private $importedEntries = 0;
private $filepath;
/**